ITextBoxes
AddTextBox Method
|
Adds new item 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(
int row,
int column,
int height,
int width
)
Function AddTextBox (
row As Integer,
column As Integer,
height As Integer,
width As Integer
) As ITextBoxLinkShape
ITextBoxLinkShape^ AddTextBox(
int row,
int column,
int height,
int width
)
abstract AddTextBox :
row : int *
column : int *
height : int *
width : int -> ITextBoxLinkShape
Parameters
-
row
-
Type:
System
Int32
One-based row index of the top-left corner of the new item.
-
column
-
Type:
System
Int32
One-based column index of the top-left corner of the new item.
-
height
-
Type:
System
Int32
Height in pixels of the new item.
-
width
-
Type:
System
Int32
Width in pixels of the new item.
Return Value
Type:
ITextBoxLinkShape
Newly added item.
See Also