XlsVPageBreak module

class XlsVPageBreak.XlsVPageBreak

Bases: XlsObject

<summary>

Represents a vertical page break.

</summary>

Clone(parent: SpireObject) XlsVPageBreak
property Column: int
<summary>

Gets the column index of the vertical page break.

</summary>

property EndRow: int
<summary>

Gets the end row index of the vertical page break.

</summary>

property StartRow: int
<summary>

Gets the start row index of the vertical page break.

</summary>

property Type: PageBreakType
<summary>

Type of the page break.

</summary>