Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / ContinueFormulaCellRangeMoving Method
The x value.
The y value.


In This Topic
    ContinueFormulaCellRangeMoving Method
    In This Topic
    Continues moving the formula cell range.
    Syntax
    'Declaration
     
    
    Protected Sub ContinueFormulaCellRangeMoving( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim x As Integer
    Dim y As Integer
     
    instance.ContinueFormulaCellRangeMoving(x, y)
    protected void ContinueFormulaCellRangeMoving( 
       int x,
       int y
    )

    Parameters

    x
    The x value.
    y
    The y value.
    See Also