IShapes
AddTextBox Method
|
Adds new text box to the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ITextBoxLinkShape AddTextBox()
Function AddTextBox As ITextBoxLinkShape
ITextBoxLinkShape^ AddTextBox()
abstract AddTextBox : unit -> ITextBoxLinkShape
Return Value
Type:
ITextBoxLinkShape
Newly created textbox.
See Also