VerticalPageBreakCollection

VerticalPageBreakCollection

Overview

VerticalPageBreakCollection is a class in Aspose.Cells FOSS for Python.

Collection of manual vertical page breaks (column breaks).

Properties

NameTypeAccessDescription
count``Read
Count``ReadGets the number of manual vertical page breaks (capitalized alias)

Methods

SignatureDescription
__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)

See Also