Class XlsVPageBreak
- Namespace
- Spire.Xls.Core.Spreadsheet
- Assembly
- Spire.XLS.dll
Represents a vertical page break.
public class XlsVPageBreak : XlsObject, IExcelApplication, IDisposable, IVPageBreak
- Inheritance
-
XlsVPageBreak
- Implements
- Derived
- Inherited Members
Properties
Column
Gets the column index of the vertical page break.
public int Column { get; set; }
Property Value
EndRow
Gets the end row index of the vertical page break.
public int EndRow { get; set; }
Property Value
Location
protected IXLSRange Location { get; set; }
Property Value
StartRow
Gets the start row index of the vertical page break.
public int StartRow { get; set; }
Property Value
Type
Type of the page break.
public PageBreakType Type { get; set; }
Property Value
Methods
Clone(object)
public XlsVPageBreak Clone(object parent)
Parameters
parent
object