| 
ITextBoxItemCollection
Add Method
  | 
 Adds a textbox to the collection.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
int Add(
	ITextBox textBox
)
 
Function Add ( 
	textBox As ITextBox
) As Integer
 
int Add(
	ITextBox^ textBox
)
 
abstract Add : 
textBox : ITextBox -> int 
 
 
 
Parameters
 
- 
textBox
 
- 
 Type:
 
Spire.Doc.Interface
ITextBox
 
 The text box.
Return Value
 
 Type:
 
Int32
 
 
 See Also
See Also