| 
TextBoxItemCollection
Item Property
  | 
 Gets the
 
[!:Spire.Doc.ITextBox]
 
 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 ITextBox this[
	int index
] { get; }
 
Public ReadOnly Default Property Item ( 
	index As Integer
) As ITextBox
	Get
 
public:
virtual property ITextBox^ default[int index] {
	ITextBox^ get (int index) sealed;
}
 
abstract Item : ITextBox with get
override Item : ITextBox with get
 
 
 
Parameters
 
- 
index
 
- 
 Type:
 
System
Int32
 
 
Property Value
 
 Type:
 
ITextBox
 
Return Value
 
 Type:
 
ITextBox
 
Implements
 
ITextBoxItemCollection
Item
Int32
 
 See Also
See Also