var instance = new GC.Spread.Sheets.Range(r, c, rc, cc); var value; // Type: Range value = instance.offset(x, y);
Parameters
- x
- The offset along the x-axis.
- y
- The offset along the y-axis.
Return Value
The new location.
var instance = new GC.Spread.Sheets.Range(r, c, rc, cc); var value; // Type: Range value = instance.offset(x, y);