VerticalPageBreakCollection
Overview
VerticalPageBreakCollection is a class in Aspose.Cells FOSS for Python.
Collection of manual vertical page breaks (column breaks).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | |
Count | `` | Read | Gets the number of manual vertical page breaks (capitalized alias) |
Methods
| 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 the vertical page break entries |
Add(column_or_cell) | Adds a manual vertical page break (capitalized alias) |
RemoveAt(index) | Removes the vertical page break at the given index |
Remove(column_or_cell) | |
Clear() | Clears all manual vertical page breaks (capitalized alias) |