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