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

Reference

Slicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.