| 
IWSectionCollection
Item Property
  | 
 Gets the
 
[!:Spire.Doc.ISection]
 
 at the specified index.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
Section this[
	int index
] { get; }
 
ReadOnly Default Property Item ( 
	index As Integer
) As Section
	Get
 
property Section^ default[int index] {
	Section^ get (int index);
}
 
abstract Item : Section with get
 
 
 
Parameters
 
- 
index
 
- 
 Type:
 
System
Int32
 
 
Property Value
 
 Type:
 
Section
 
 
 See Also
See Also