FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / GetCellView Method
The range to query for.

In This Topic
    GetCellView Method (FlexGrid)
    In This Topic
    Gets the cell at the specified range.
    Syntax
    'Declaration
     
    Public Function GetCellView( _
       ByVal range As GridControlRange _
    ) As GridControlCellView
    public GridControlCellView GetCellView( 
       GridControlRange range
    )

    Parameters

    range
    The range to query for.
    See Also