VerticalPageBreakCollection

VerticalPageBreakCollection

Overview

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

Collection of manual vertical page breaks (column breaks).

This class provides 9 methods for working with VerticalPageBreakCollection objects in Python programs. Available methods include: Add, Clear, Remove, RemoveAt, __init__, add, clear, remove, to_list. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: Count, count.

Properties

NameTypeAccessDescription
count``ReadGets the count.
Count``ReadGets the count.

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 list of all manual vertical page breaks
Add(column_or_cell)
RemoveAt(index)Removes the manual vertical page break at the specified index
Remove(column_or_cell)Removes a manual vertical page break identified by column or cell
Clear()

See Also