Back to Devexpress

FormControlCollection.AddCheckBox Method

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

latest894 B
Original Source

FormControlCollection.AddCheckBox Method

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