Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.