Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / ContinueCellSelecting Method
X-coordinate
Y-coordinate


In This Topic
    ContinueCellSelecting Method
    In This Topic
    Continues selecting cells to the point of the specified coordinates.
    Syntax
    'Declaration
     
    
    Protected Sub ContinueCellSelecting( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim x As Integer
    Dim y As Integer
     
    instance.ContinueCellSelecting(x, y)
    protected void ContinueCellSelecting( 
       int x,
       int y
    )

    Parameters

    x
    X-coordinate
    y
    Y-coordinate
    See Also