SpreadJS Documentation
equals Method
The range group to compare with the current range group.
Determines whether the specified outline (range group) is equal to the current range group.
Syntax
var instance = new GcSpread.Sheets.RangeGroup(count);
var value; // Type: boolean
value = instance.equals(obj);
function equals( 
   obj : object
) : boolean;

Parameters

obj
The range group to compare with the current range group.

Return Value

true if the specified range group is equal to the current range group; otherwise, false.
See Also

Reference

RangeGroup type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.