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