SpreadJS Documentation
columnCount Method
The column count of the slicer.
Gets or sets the column count for the slicer.
Syntax
var instance = new GcSpread.Sheets.Slicer(name, table, columnName);
var returnValue; // Type: number
returnValue = instance.columnCount(value);
function columnCount( 
   value : number
) : number;

Parameters

value
The column count of the slicer.

Return Value

The column count of the slicer.
See Also

Reference

Slicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.