ComponentOne DataGrid for WPF and Silverlight
Select(DataGridCell,Boolean,Boolean) Method

C1.Silverlight.DataGrid Namespace > DataGridSelectionManager Class > Select Method : Select(DataGridCell,Boolean,Boolean) Method
The cell.
if set to true behaves as if the shift key was pressed.
if set to true behaves as if the ctrl key was pressed.
Selects the specified cell.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal cell As DataGridCell, _
   ByVal shift As System.Boolean, _
   ByVal ctrl As System.Boolean _
) 
public void Select( 
   DataGridCell cell,
   System.bool shift,
   System.bool ctrl
)

Parameters

cell
The cell.
shift
if set to true behaves as if the shift key was pressed.
ctrl
if set to true behaves as if the ctrl key was pressed.
See Also

Reference

DataGridSelectionManager Class
DataGridSelectionManager Members
Overload List