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