Worksheet
HPageBreaks Property
|
Returns an HPageBreaks collection that represents the horizontal
page breaks on the sheet.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public HPageBreaksCollection HPageBreaks { get; }
Public ReadOnly Property HPageBreaks As HPageBreaksCollection
Get
public:
property HPageBreaksCollection^ HPageBreaks {
HPageBreaksCollection^ get ();
}
member HPageBreaks : HPageBreaksCollection with get
Property Value
Type:
HPageBreaksCollection
See Also