Click or drag to resize

XlsVPageBreaksCollection GetPageBreak Method

Returns page break at the specified column.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected IVPageBreak GetPageBreak(
	int iColumn
)

Parameters

iColumn
Type: System Int32
One-based column index.

Return Value

Type: IVPageBreak
Page break with corresponding column or null if not found.
See Also