Version

SetActiveCell(PivotCell,PivotCellAlignment,PivotInvokeAction,Boolean,Boolean,Boolean,Boolean) Method

Actually sets the ActiveCell of the XamPivotGrid
Syntax
'Declaration
 
Protected Friend Overloads Overridable Sub SetActiveCell( _
   ByVal cell As PivotCell, _
   ByVal alignment As PivotCellAlignment, _
   ByVal action As PivotInvokeAction, _
   ByVal allowSelection As Boolean, _
   ByVal setFocus As Boolean, _
   ByVal scrollIntoView As Boolean, _
   ByVal ignoreShiftKey As Boolean _
) 
protected internal virtual void SetActiveCell( 
   PivotCell cell,
   PivotCellAlignment alignment,
   PivotInvokeAction action,
   bool allowSelection,
   bool setFocus,
   bool scrollIntoView,
   bool ignoreShiftKey
)

Parameters

cell
The PivotGridCellBase that should be marked as Active
alignment
If the active cell should be aligned to the top or bottom.
action
The action that caused this method to be invoked.
allowSelection
If selection should occur when setting the active cell.
setFocus
Determines if focus should be set to the cell.
scrollIntoView
Determines if the cell should be scrolled into view
ignoreShiftKey
if set to true shift key functionality should be ignored.
Remarks
The ActiveCell must be a PivotCell. If both alignedTop and bottom are set, aligned top will win.
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