GcSpread.Sheets Namespace > Range type : equals Method |
var instance = new GcSpread.Sheets.Range(r, c, rc, cc); var value; // Type: boolean value = instance.equals(range);
true
if the current range is equal to the specified range; otherwise, false
.