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