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


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

    Parameters

    x
    X-coordinate
    y
    Y-coordinate
    See Also