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