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.showResizeHandle(value);
function showResizeHandle( value : boolean ) : any;
Parameters
- value
- Whether to display the resize handle for table.
Return Value
If no value is set, returns whether to display the resize handle for table, by default is false; otherwise, returns the table.