Winnovative Excel Library

ExcelPageBreaksCollectionItem Property

Winnovative Excel Library Documentation
Gets the page break at the specified index.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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

Reference