Click or drag to resize

HPageBreaksCollection GetPageBreak Method (Int32)

Returns page break at the specified row.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public HPageBreak GetPageBreak(
	int rowIndex
)

Parameters

rowIndex
Type: System Int32
Row index.

Return Value

Type: HPageBreak
Page break object.
See Also