| 
FieldCollection
Item Property
  | 
 Gets the field at the specified index.
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Field this[
	int index
] { get; }
 
Public ReadOnly Default Property Item ( 
	index As Integer
) As Field
	Get
 
public:
property Field^ default[int index] {
	Field^ get (int index);
}
 
member Item : Field with get
 
 
 
Parameters
 
- 
index
 
- 
 Type:
 
System
Int32
 
 
Property Value
 
 Type:
 
Field
 
 
 See Also
See Also