var instance = new GC.Spread.Sheets.CellTypes.ComboBox(); var value; // Type: any value = instance.items(items);
function items( items : Array ) : any;
Parameters
- items
- The items for the combo box.
Return Value
If no value is set, returns the items array; otherwise, returns the combo box cellType.