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