バージョン

SetActiveCell(PivotCell,PivotCellAlignment,PivotInvokeAction,Boolean,Boolean,Boolean) メソッド

ActiveCellXamPivotGrid を実際に設定します。
シンタックス
'宣言
 
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 _
) 
protected internal virtual void SetActiveCell( 
   PivotCell cell,
   PivotCellAlignment alignment,
   PivotInvokeAction action,
   bool allowSelection,
   bool setFocus,
   bool scrollIntoView
)

パラメータ

cell
Active として設定する必要がある PivotGridCellBase
alignment
アクテイブなセルを上または下に配置するかどうか。
action
このメソッドを実行する操作。
allowSelection
アクテイブなセルを設定するときに選択を実行するかどうか。
setFocus
セルにフォーカスを設定するかどうかを決定します。
scrollIntoView
セルをスクロールして表示するかどうかを決定します。
解説
ActiveCell は PivotCell でなければなりません。alignedTop と下寄せの両方が設定されている場合、上寄せが優先されます。
参照