GC.Spread.Sheets.Tables 名前空間 > Table タイプ : showFooter メソッド |
Javascript (Usage) | |
---|---|
var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options); var returnValue; // Type: any returnValue = instance.showFooter(value); |
Javascript (Specification) | |
---|---|
function showFooter( value : boolean ) : any; |