Spread Windows Forms 12.0 Product Documentation
Offset Method (Reference)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Reference Structure : Offset Method
The amount to offset the y-coordinate.
>The amount to offset the x-coordinate.
Translates this by the specified amount.
Syntax
'Declaration
 
Public Sub Offset( _
   ByVal translateRows As Integer, _
   ByVal translateColumns As Integer _
) 
'Usage
 
Dim instance As Reference
Dim translateRows As Integer
Dim translateColumns As Integer
 
instance.Offset(translateRows, translateColumns)
public void Offset( 
   int translateRows,
   int translateColumns
)

Parameters

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

Reference

Reference Structure
Reference Members
RangeReference Structure