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