var instance = new GC.Spread.Sheets.CellTypes.ComboBox(); var returnValue; // Type: any returnValue = instance.maxDropDownItems(value);
function maxDropDownItems( value : number ) : any;
Parameters
- value
- The maximum item count of the drop-down list per page.
Return Value
If no value is set, returns the maximum item count of the drop-down list per page; otherwise, returns the combo box cellType.