SpreadJS Documentation
columnCount Method
The column count of the item slicer.
Gets or sets the column count of the item slicer.
Syntax
var instance = new GcSpread.Sheets.ItemSlicer();
var returnValue; // Type: string
returnValue = instance.columnCount(value);
function columnCount( 
   value : string
) : string;

Parameters

value
The column count of the item slicer.

Return Value

The column count of the item slicer.
See Also

Reference

ItemSlicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.