Spread.Sheets Documentation
columnCount Method
The column count of the slicer.
Gets or sets the column count for the slicer.
Syntax
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.
See Also

Reference

Slicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.