FormControlCollection.AddSpinner Method
Name | Parameters | Description |
---|---|---|
AddSpinner(Cell, Single, Single) | topLeftCell, width, height | Creates a spinner form control so that the top left corner of the spinner is located at the specified cell. |
AddSpinner(CellRange) | targetRange | Adds a spinner form control at a specified cell range. |
AddSpinner(Single, Single, Single, Single) | x, y, width, height | Adds a spinner form control so that the top left corner of the spinner is located at the specified cell. |