Click or drag to resize

ExcelPageBreaksCollectionItem Property

Gets the page break at the specified index.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
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