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; }
Public ReadOnly Default Property Item (
pageBreakIndex As Integer
) As ExcelPageBreak
Get
Parameters
- pageBreakIndex
- Type: SystemInt32
A zero based index in the page breaks collection.
Return Value
Type:
ExcelPageBreakThe page break at the specified index.
See Also