Click or drag to resize

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
)

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