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.bandRows(value);
function bandRows( value : boolean ) : any;
Parameters
- value
- Whether to display an alternating row style.
Return Value
If no value is set, returns whether to display an alternating row style; otherwise, returns the table.