Spread.Sheets Documentation
onColumnsRemoved Method
GC.Spread.Slicers Namespace > GeneralSlicerData type : onColumnsRemoved Method
The index of the starting column.
The number of columns to remove.
Removes columns of the general slicer data.
Syntax
var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
var value; // Type: any
value = instance.onColumnsRemoved(colIndex, colCount);
function onColumnsRemoved( 
   colIndex : number,
   colCount : number
) : any;

Parameters

colIndex
The index of the starting column.
colCount
The number of columns to remove.
See Also

Reference

GeneralSlicerData type