Back to Devexpress

FormControlCollection.AddSpinner Method

officefileapi-devexpress-dot-spreadsheet-dot-formcontrolcollection-dot-addspinner.md

latest917 B
Original Source

FormControlCollection.AddSpinner Method

NameParametersDescription
AddSpinner(Cell, Single, Single)topLeftCell, width, heightCreates a spinner form control so that the top left corner of the spinner is located at the specified cell.
AddSpinner(CellRange)targetRangeAdds a spinner form control at a specified cell range.
AddSpinner(Single, Single, Single, Single)x, y, width, heightAdds a spinner form control so that the top left corner of the spinner is located at the specified cell.