var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options, options.showHeader, options.showFooter, options.useFooterDropDownList, options.showResizeHandle); var value; // Type: string value = instance.getColumnValue(tableColumnIndex);
function getColumnValue( tableColumnIndex : number ) : string;
パラメータ
- tableColumnIndex
- テーブルフッタの列インデックス。インデックスは0から始まります。
戻り値の型
テーブルフッタの値。