Spread.Sheets Documentation
GeneralSlicerData Method
The slicer data; it is a matrix array.
The column names of the slicer data.
Represents general slicer data.
Syntax
var value; // Type: any
value = GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
function GeneralSlicerData( 
   data : undefined,
   columnNames : Array
) : any;

Parameters

data
The slicer data; it is a matrix array.
columnNames
The column names of the slicer data.
See Also

Reference

Slicers type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.