FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridWrapCellFactory Class / GetSelectedTimes Method
The range of the cell.

In This Topic
    GetSelectedTimes Method (GridWrapCellFactory)
    In This Topic
    Gets the number of times a cell is selected.
    Syntax
    'Declaration
     
    Public Overridable Function GetSelectedTimes( _
       ByVal range As GridControlRange _
    ) As Integer
    public virtual int GetSelectedTimes( 
       GridControlRange range
    )

    Parameters

    range
    The range of the cell.
    See Also