SpinnerShapeCollection
AddSpinner Method
|
Adds a spinner shape to the specified position and dimensions within a layout.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ISpinnerShape AddSpinner(
int row,
int column,
int height,
int width
)
Public Function AddSpinner (
row As Integer,
column As Integer,
height As Integer,
width As Integer
) As ISpinnerShape
public:
virtual ISpinnerShape^ AddSpinner(
int row,
int column,
int height,
int width
) sealed
abstract AddSpinner :
row : int *
column : int *
height : int *
width : int -> ISpinnerShape
override AddSpinner :
row : int *
column : int *
height : int *
width : int -> ISpinnerShape
Parameters
-
row
-
Type:
System
Int32
The row index where the spinner should be placed.
-
column
-
Type:
System
Int32
The column index where the spinner should 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.
Implements
ISpinnerShapes
AddSpinner(Int32, Int32, Int32, Int32)
See Also