HPageBreaksCollection
Item Property (CellRange)
|
Gets page break object item.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public HPageBreak this[
CellRange location
] { get; }
Public ReadOnly Default Property Item (
location As CellRange
) As HPageBreak
Get
public:
property HPageBreak^ default[CellRange^ location] {
HPageBreak^ get (CellRange^ location);
}
member Item : HPageBreak with get
Parameters
-
location
-
Type:
Spire.Xls
CellRange
Property Value
Type:
HPageBreak
See Also