Spread.Sheets Documentation
columnCount Method
GC.Spread.Sheets.Slicers Namespace > ItemSlicer type : columnCount Method
The column count of the item slicer.
Gets or sets the column count of the item slicer.
Syntax
var instance = new GC.Spread.Sheets.Slicers.ItemSlicer(name, slicerData, columnName);
var returnValue; // Type: any
returnValue = instance.columnCount(value);
function columnCount( 
   value : number
) : any;

Parameters

value
The column count of the item slicer.

Return Value

If no value is set, returns the column count of the item slicer; otherwise, returns the item slicer.
See Also

Reference

ItemSlicer type