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