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

Parameters

value
Whether to display the row range group.

Return Value

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

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.