HPageBreaksCollection
Item Property (Int32)
 | 
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[
	int index
] { get; }
 
Public ReadOnly Default Property Item ( 
	index As Integer
) As HPageBreak
	Get
 
public:
property HPageBreak^ default[int index] {
	HPageBreak^ get (int index);
}
 
member Item : HPageBreak with get
 
 
 
Parameters
- 
index
 
- 
Type:
System
Int32
 
Property Value
Type:
HPageBreak
 
See Also