Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellReference Structure / Offset Method
The amount to offset the y-coordinate.
>The amount to offset the x-coordinate.


In This Topic
Offset Method (CellReference)
In This Topic
Translates this by the specified amount.
Syntax
'Declaration
 
Public Sub Offset( _
   ByVal translateRows As Integer, _
   ByVal translateColumns As Integer _
) 
 
'Usage
 
Dim instance As CellReference
Dim translateRows As Integer
Dim translateColumns As Integer
 
instance.Offset(translateRows, translateColumns)

Parameters

translateRows
The amount to offset the y-coordinate.
translateColumns
>The amount to offset the x-coordinate.
See Also