ComponentOne DataGrid for WPF and Silverlight
Select(DataGridCell) Method

C1.Silverlight.DataGrid Namespace > DataGridSelectionManager Class > Select Method : Select(DataGridCell) Method
The cell.
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

Reference

DataGridSelectionManager Class
DataGridSelectionManager Members
Overload List