Class XlsHPageBreak
- Namespace
- Spire.Xls.Core.Spreadsheet
- Assembly
- Spire.XLS.dll
public class XlsHPageBreak : XlsObject, IExcelApplication, IDisposable, IHPageBreak
- Inheritance
-
XlsHPageBreak
- Implements
- Derived
- Inherited Members
Properties
EndColumn
Gets the end column index of this horizontal page break.
public int EndColumn { get; set; }
Property Value
Extent
Returns page break extent.
public PageBreakExtentType Extent { get; }
Property Value
Row
Gets the row index.
public int Row { get; }
Property Value
StartColumn
Gets the start column index of this horizontal page break
public int StartColumn { get; set; }
Property Value
Type
Type of the page break.
public PageBreakType Type { get; set; }
Property Value
Methods
Clone(object)
public XlsHPageBreak Clone(object parent)
Parameters
parent
object