Click or drag to resize

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
int Add(
	ITextBox textBox
)

Parameters

textBox
Type: Spire.Doc.Interface ITextBox
The text box.

Return Value

Type: Int32
See Also