FormControlCollection.AddCheckBox Method
Name | Parameters | Description |
---|---|---|
AddCheckBox(Cell, Single, Single) | topLeftCell, width, height | Creates a checkbox form control so that the top left corner of the checkbox is located at the specified cell. |
AddCheckBox(CellRange) | targetRange | Creates a check box form control at the specified cell range. |
AddCheckBox(Single, Single, Single, Single) | x, y, width, height | Creates a check box form control in the specified worksheet area. |