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


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

    Parameters

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