HorizontalPageBreakCollection

HorizontalPageBreakCollection

Overview

HorizontalPageBreakCollection is a class in Aspose.Cells FOSS for Python.

Collection of manual horizontal page breaks (row breaks).

Properties

NameTypeAccessDescription
count``ReadGets the number of manual horizontal page breaks in the collection
Count``ReadGets the total count of manual horizontal page breaks

Methods

SignatureDescription
__init__(worksheet)
add(row_or_cell)Adds a manual horizontal page break.
remove_at(index)Removes the break at zero-based collection index.
remove(row_or_cell)Removes a manual horizontal page break by row/cell.
clear()Clears all manual horizontal page breaks.
to_list()Returns a Python list of all manual horizontal page breaks
Add(row_or_cell)
RemoveAt(index)Removes the page break at the specified collection index
Remove(row_or_cell)
Clear()Clears all manual horizontal page breaks in the collection

See Also