Adds a combobox to a specified cell at row column index.
Namespace: Spire.Spreadsheet.Forms.CollectionsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public IComboBoxControl AddComboBoxControl( int row, int col, IList items )
Public Function AddComboBoxControl ( row As Integer, col As Integer, items As IList ) As IComboBoxControl
public: IComboBoxControl^ AddComboBoxControl( int row, int col, IList^ items )
member AddComboBoxControl : row : int * col : int * items : IList -> IComboBoxControl