FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / GetSelection Method

In This Topic
    GetSelection Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub GetSelection( _
       ByRef row1 As Integer, _
       ByRef col1 As Integer, _
       ByRef row2 As Integer, _
       ByRef col2 As Integer _
    ) 
    public void GetSelection( 
       out int row1,
       out int col1,
       out int row2,
       out int col2
    )

    Parameters

    row1
    col1
    row2
    col2
    See Also