ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelectionManager Class / Select Method / Select(DataGridCell) Method
The cell.

In This Topic
    Select(DataGridCell) Method
    In This Topic
    Selects the specified cell.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Select( _
       ByVal cell As DataGridCell _
    ) 
    public void Select( 
       DataGridCell cell
    )

    Parameters

    cell
    The cell.
    See Also