Spread.Sheets Documentation
ItemSlicer Method
The name of the item slicer.
An instance of the GeneralSlicerData or TableSlicerData.
The column name that relates to the item slicer.
Represents an item slicer.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Slicers.ItemSlicer(name, slicerData, columnName);
function ItemSlicer( 
   name : string,
   slicerData : GeneralSlicerData,
   columnName : string
) : any;

Parameters

name
The name of the item slicer.
slicerData
An instance of the GeneralSlicerData or TableSlicerData.
columnName
The column name that relates to the item slicer.
See Also

Reference

Slicers type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.