Spread.Sheets Documentation
getSlicerData Method
GC.Spread.Sheets.Slicers Namespace > TableSlicerData class : getSlicerData Method
Gets the slicer data of the table.
Syntax
var instance = new GC.Spread.Sheets.Slicers.TableSlicerData(table);
var value; // Type: TableSlicerData
value = instance.getSlicerData();
function getSlicerData() : TableSlicerData;

Return Value

The slicer data of the table.
See Also

Reference

TableSlicerData class