Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / Offset Method
The amount to offset the y-coordinate.
>The amount to offset the x-coordinate.


In This Topic
    Offset Method (Reference)
    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 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