SpreadJS Documentation
SlicerDataItem Constructor
The column name of the slicer data item.
The data index of the slicer data item.
The data of the slicer data item.
Represents a slicer data item.
Syntax
var instance = new GcSpread.Slicer.SlicerDataItem(columnName, rowIndex, data);
function SlicerDataItem( 
   columnName : string,
   rowIndex : number,
   data : any
) : SlicerDataItem;

Parameters

columnName
The column name of the slicer data item.
rowIndex
The data index of the slicer data item.
data
The data of the slicer data item.
See Also

Reference

SlicerDataItem type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.