[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CellReference.Offset

Offset Method

Offset(int, int)

Translates this CellReference by the specified amount.

Declaration
public void Offset(int translateRows, int translateColumns)
Public Sub Offset(translateRows As Integer, translateColumns As Integer)
Parameters
Type Name Description
int translateRows

The amount to offset the y-coordinate.

int translateColumns

The amount to offset the x-coordinate.