ISpinnerShapes
AddSpinner Method
|
Adds a spinner shape to the specified position and dimensions on the layout.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ISpinnerShape AddSpinner(
int row,
int column,
int height,
int width
)
Function AddSpinner (
row As Integer,
column As Integer,
height As Integer,
width As Integer
) As ISpinnerShape
ISpinnerShape^ AddSpinner(
int row,
int column,
int height,
int width
)
abstract AddSpinner :
row : int *
column : int *
height : int *
width : int -> ISpinnerShape
Parameters
-
row
-
Type:
System
Int32
The row index where the spinner will be placed.
-
column
-
Type:
System
Int32
The column index where the spinner will be placed.
-
height
-
Type:
System
Int32
The height of the spinner.
-
width
-
Type:
System
Int32
The width of the spinner.
Return Value
Type:
ISpinnerShape
The ISpinnerShape object representing the added spinner.
See Also