Spread.Sheets Documentation
equals Method
The range to compare.
Gets whether the current range is equal to the specified range.
Syntax
var instance = new GC.Spread.Sheets.Range(r, c, rc, cc);
var value; // Type: boolean
value = instance.equals(range);
function equals( 
   range : Range
) : boolean;

Parameters

range
The range to compare.

Return Value

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

Reference

Range type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.