var instance = new GC.Spread.Sheets.Slicers.SlicerCollection(sheet); var value; // Type: Array value = instance.all(tableName, columnName);
function all( tableName : any, columnName : any ) : Array;
Parameters
- tableName
- {string} The name of the table.
- columnName
- {string} The name of the column.
Return Value
The slicer collection.