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