var instance = new GC.Spread.Sheets.Tables.TableColumn(id, dataField, name, formatter, cellType, value); var returnValue; // Type: any returnValue = instance.id(value);
function id( value : number ) : any;
パラメータ
- value
- テーブル列のID。
戻り値の型
値が設定されていない場合は、テーブル列のIDを返します。値が設定されている場合は、テーブル列を返します。