HorizontalPageBreakCollection
General
HorizontalPageBreakCollection és una classe en Aspose.Cells per a Python.
Col·lecció de ruptures d’escripcions horitzontals manuals (ruptes de filas).
Propietats
| 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 |
Mètodes
| 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 list of all manual horizontal page breaks |
Add(row_or_cell) | |
RemoveAt(index) | Removes the page break at the specified zero‑based index |
Remove(row_or_cell) | |
Clear() | Clears all manual horizontal page breaks |