HorizontalPageBreakCollection
Overview
HorizontalPageBreakCollection is a class in Aspose.Cells FOSS for Python.
Collection of manual horizontal page breaks (row breaks).
This class provides 10 methods for working with HorizontalPageBreakCollection objects in Python programs.
Available methods include: Add, Clear, Remove, RemoveAt, __init__, add, clear, remove, remove_at, to_list.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: Count, count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | Gets the count. |
Count | `` | Read | Gets the count. |
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 break at the specified zero‑based index |
Remove(row_or_cell) | |
Clear() |