HorizontalPageBreakCollection
Overview
HorizontalPageBreakCollection is a class in Aspose.Cells FOSS for Python.
Collection of manual horizontal page breaks (row breaks).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | Gets the number of manual horizontal page breaks in the collection |
Count | `` | Read | Gets the total count of manual horizontal page breaks |
Methods
| Signature | Description |
|---|---|
__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 |