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

アクティブセルを、データを含む前の行に移動します。
構文
'宣言
 
Public Shared ReadOnly MoveToPreviousRowWithData As Object
public static readonly object MoveToPreviousRowWithData
使用例
次のサンプルコードは、MoveToPreviousRowWithData アクションを使用します。
FarPoint.Win.Spread.InputMap im;
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused);
im.Put(new FarPoint.Win.Spread.Keystroke(Keys.L, Keys.None), FarPoint.Win.Spread.SpreadActions.MoveToPreviousRowWithData);
Dim im As FarPoint.Win.Spread.InputMap
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused)
im.Put(New FarPoint.Win.Spread.Keystroke(Keys.L, Keys.None), FarPoint.Win.Spread.SpreadActions.MoveToPreviousRowWithData)
参照

SpreadActions クラス
SpreadActions メンバ

 

 


© MESCIUS inc. All rights reserved.