MESCIUS SPREAD for Windows Forms 15.0J
MoveToNextCellThenControl フィールド
使用例 

アクティブセルを次のセル(アクティブセルが最後のセルの場合は次のコントロール)に移動します。
構文
'宣言
 
Public Shared ReadOnly MoveToNextCellThenControl As Object
public static readonly object MoveToNextCellThenControl
使用例
次のサンプルコードは、MoveToNextCellThenControlアクションを使用します。
FarPoint.Win.Spread.InputMap im;
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused);
im.Put(new FarPoint.Win.Spread.Keystroke(Keys.M, Keys.None), FarPoint.Win.Spread.SpreadActions.MoveToNextCellThenControl);
Dim im As FarPoint.Win.Spread.InputMap
im = FpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused)
im.Put(New FarPoint.Win.Spread.Keystroke(Keys.M, Keys.None), FarPoint.Win.Spread.SpreadActions.MoveToNextCellThenControl)
参照

SpreadActions クラス
SpreadActions メンバ

 

 


© MESCIUS inc. All rights reserved.