Spread.Sheets Documentation
Slicer Method
The slicer name.
The table that relates to the slicer.
The name of the table's column.
Represents a slicer.
Syntax
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.
See Also

Reference

Slicers type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.