var instance = new GC.Spread.Sheets.Slicers.Slicer(name, table, columnName); var returnValue; // Type: any returnValue = instance.name(value);
function name( value : string ) : any;
Parameters
- value
- The name of the slicer.
Return Value
If no value is set, returns the name of the slicer; otherwise, returns the slicer.