ComponentOne DataGrid for WPF and Silverlight
SetCurrentCell Method (DataGridDefaultInputHandlingStrategy)

C1.WPF.DataGrid Namespace > DataGridDefaultInputHandlingStrategy Class : SetCurrentCell Method
The cell.
if set to true act as if the shift key were pressed.
if set to true act as if the ctrl key were pressed.
Sets the current cell.
Syntax
'Declaration
 
Public Overridable Function SetCurrentCell( _
   ByVal cell As DataGridCell, _
   ByVal shift As System.Boolean, _
   ByVal ctrl As System.Boolean _
) As System.Boolean
public virtual System.bool SetCurrentCell( 
   DataGridCell cell,
   System.bool shift,
   System.bool ctrl
)

Parameters

cell
The cell.
shift
if set to true act as if the shift key were pressed.
ctrl
if set to true act as if the ctrl key were pressed.
See Also

Reference

DataGridDefaultInputHandlingStrategy Class
DataGridDefaultInputHandlingStrategy Members