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;
Parameters
- value
- Whether to display a footer.
- isFooterInserted
- value decide the way of adding footer, whether insert total row or just override the next row. Remove footer is same.
Return Value
If no value is set, returns whether to display a footer; otherwise, returns the table.