ExcelPageBreaksCollectionRemovePageBreak Method |
Removes the page break at the specified zero based index from collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void RemovePageBreak(
int pageBreakIndex
)
Public Sub RemovePageBreak (
pageBreakIndex As Integer
)
Parameters
- pageBreakIndex Int32
- The zero based index in collection of the page break to be removed.
See Also