Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / Offset(Int32,Int32) Method
The amount to offset the y-coordinate.
>The amount to offset the x-coordinate.


In This Topic
    Offset(Int32,Int32) Method
    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 RangeReference
    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