VerticalPageBreakCollection
General
VerticalPageBreakCollection és una classe en Aspose.Cells per a Python.
Col·lecció de ruptures d’escriptoris verticals manuals (ruptes columnes).
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | |
Count | `` | Read | Gets the total count of manual vertical page breaks |
Mètodes
| Signature | Description |
|---|---|
__init__(worksheet) | |
add(column_or_cell) | Adds a manual vertical page break. |
remove(column_or_cell) | Removes a manual vertical page break by column/cell. |
clear() | Clears all manual vertical page breaks. |
to_list() | Returns a Python list of all manual vertical page break positions |
Add(column_or_cell) | |
RemoveAt(index) | Deletes the manual vertical page break at the provided collection index |
Remove(column_or_cell) | |
Clear() | Clears all manual vertical page breaks from the collection |