var value; // Type: any value = GC.Spread.Sheets.Slicers.Slicer(name, table, columnName);
function Slicer( name : string, table : Table, columnName : string ) : any;
Parameters
- name
- The slicer name.
- table
- The table that relates to the slicer.
- columnName
- The name of the table's column.