VPageBreaksCollection
Item Property (Int32)
 | 
Gets a object from collection
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public VPageBreak this[
	int index
] { get; }
 
Public ReadOnly Default Property Item ( 
	index As Integer
) As VPageBreak
	Get
 
public:
property VPageBreak^ default[int index] {
	VPageBreak^ get (int index);
}
 
member Item : VPageBreak with get
 
 
 
Parameters
- 
index
 
- 
Type:
System
Int32
 
Property Value
Type:
VPageBreak
 
See Also