GrapeCity SPREAD for Windows Forms 12.0J
MoveToNextCellThenControl フィールド


アクティブセルを次のセル(アクティブセルが最後のセルの場合は次のコントロール)に移動します。このフィールドは読み取り専用です。
構文
'Declaration
 
Public Shared ReadOnly MoveToNextCellThenControl As Object
'使用法
 
Dim value As Object
 
value = SpreadActions.MoveToNextCellThenControl
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 メンバ

 

 


Copyright © 2004 GrapeCity inc.