ExcelPageBreaksCollectionItem Property

Gets the page break at the specified index.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelPageBreak this[
	int pageBreakIndex
] { get; }

Parameters

pageBreakIndex  Int32
A zero based index in the page breaks collection.

Return Value

ExcelPageBreak
The page break at the specified index.

See Also