var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options); var returnValue; // Type: any returnValue = instance.showFooter(value);
function showFooter( value : boolean ) : any;
Parameters
- value
- Whether to display a footer.
Return Value
If no value is set, returns whether to display a footer; otherwise, returns the table.