HorizontalPageBreakCollection

HorizontalPageBreakCollection

General

HorizontalPageBreakCollection és una classe en Aspose.Cells per a Python.

Col·lecció de ruptures d’escripcions horitzontals manuals (ruptes de filas).

Propietats

NameTypeAccessDescription
count``ReadGets the number of manual horizontal page breaks in the collection
Count``ReadGets the total count of manual horizontal page breaks

Mètodes

SignatureDescription
__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
 Català