Click or drag to resize

ExcelPageBreaksCollectionItem Property

Gets the page break at the specified index.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelPageBreak this[
	int pageBreakIndex
] { get; }

Parameters

pageBreakIndex
Type: SystemInt32
A zero based index in the page breaks collection.

Return Value

Type: ExcelPageBreak
The page break at the specified index.
See Also