Spread.Sheets Documentation
all Method
{string} The name of the table.
{string} The name of the column.
Gets all of the slicers in the sheet with the indicated table name and column name.
Syntax
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.
See Also

Reference

SlicerCollection type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.