Click or drag to resize

ExcelPageBreaksCollectionRemovePageBreak Method

Removes the page break at the specified zero based index from collection.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public void RemovePageBreak(
	int pageBreakIndex
)

Parameters

pageBreakIndex
Type: SystemInt32
The zero based index in collection of the page break to be removed.
See Also