Version

SetActiveCell(CellBase,CellAlignment,InvokeAction,Boolean,Boolean) Method

Syntax
'Declaration
 
Protected Friend Overloads Overridable Sub SetActiveCell( _
   ByVal cell As Infragistics.Controls.Grids.CellBase, _
   ByVal alignment As Infragistics.Controls.Grids.CellAlignment, _
   ByVal action As Infragistics.Controls.Grids.InvokeAction, _
   ByVal allowSelection As Boolean, _
   ByVal scrollIntoView As Boolean _
) 
protected internal virtual void SetActiveCell( 
   Infragistics.Controls.Grids.CellBase cell,
   Infragistics.Controls.Grids.CellAlignment alignment,
   Infragistics.Controls.Grids.InvokeAction action,
   bool allowSelection,
   bool scrollIntoView
)

Parameters

cell
alignment
action
allowSelection
scrollIntoView
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also