Back to Devexpress

FormControlCollection.AddButton Method

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

latest870 B
Original Source

FormControlCollection.AddButton Method

NameParametersDescription
AddButton(Cell, Single, Single)topLeftCell, width, heightCreates a button form control so that the top left corner of the button is located at the specified cell.
AddButton(CellRange)targetRangeCreates a button form control at the specified cell range.
AddButton(Single, Single, Single, Single)x, y, width, heightCreates a button form control in the specified worksheet area.