var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options); var returnValue; // Type: any returnValue = instance.style(value);
function style( value : TableTheme ) : any;
Parameters
- value
- The style for the table.
Return Value
If no value is set, returns the table style; otherwise, returns the table.