FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / GetSelectedTimes Method / GetSelectedTimes(Int32,Int32) Method
The row index.
The column index.

In This Topic
    GetSelectedTimes(Int32,Int32) Method
    In This Topic
    Gets the number of times a cell is selected.
    Syntax
    'Declaration
     
    Public Overloads Function GetSelectedTimes( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Integer
    public int GetSelectedTimes( 
       int row,
       int col
    )

    Parameters

    row
    The row index.
    col
    The column index.
    See Also