var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options, options.showHeader, options.showFooter, options.useFooterDropDownList, options.showResizeHandle); var returnValue; // Type: any returnValue = instance.showFooter(value, isFooterInserted);
function showFooter( value : boolean, isFooterInserted : boolean ) : any;
パラメータ
- value
- フッタを表示するかどうか。
- isFooterInserted
- 値によってフッターを追加する方法が決定されます。合計行を挿入するか、次の行にオーバーライドするかを指定できます。同じ値の場合はフッターを削除します。
戻り値の型
値が設定されていない場合は、フッタを表示するかどうかを返します。値が設定されている場合は、テーブルを返します。