XlsPageSetup
HPageBreaks Property
|
Get horizontal page breaks.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected XlsHPageBreaksCollection HPageBreaks { get; }
Protected ReadOnly Property HPageBreaks As XlsHPageBreaksCollection
Get
protected:
property XlsHPageBreaksCollection^ HPageBreaks {
XlsHPageBreaksCollection^ get ();
}
member HPageBreaks : XlsHPageBreaksCollection with get
Property Value
Type:
XlsHPageBreaksCollection
See Also