SpreadJS Documentation
showColumnRangeGroup Method
Whether to display the column range group.
Gets or sets whether the column range group is visible.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var returnValue; // Type: boolean
returnValue = instance.showColumnRangeGroup(value);
function showColumnRangeGroup( 
   value : boolean
) : boolean;

Parameters

value
Whether to display the column range group.

Return Value

A value that indicates whether the column range group is displayed on this sheet.
Example
This example uses the showColumnRangeGroup method.
activeSheet.showColumnRangeGroup(false);
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.