var instance = new GC.Spread.Sheets.Slicers.Slicer(name, table, columnName); var returnValue; // Type: any returnValue = instance.columnCount(value);
function columnCount( value : number ) : any;
Parameters
- value
- The column count of the slicer.
Return Value
If no value is set, returns the column count for the slicer; otherwise, returns the slicer.