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.useFooterDropDownList(value);
function useFooterDropDownList( value : boolean ) : any;
Parameters
- value
- Whether to use the footer dropdown list.
Return Value
If no value is set, returns whether to use the footer dropdown list for a total row, by default is false; otherwise, returns the table.