var instance = new GC.Spread.Sheets.CellTypes.ComboBox(); var returnValue; // Type: any returnValue = instance.maxDropDownItems(value);
function maxDropDownItems( value : number ) : any;
パラメータ
- value
- ドロップダウンリストのページあたりの最大項目数。
戻り値の型
値が設定されていない場合は、ドロップダウンリストのページあたりの最大項目数を返します。値が設定されている場合は、コンボボックスセル型を返します。