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