GrapeCity SPREAD for Windows Forms 11.0J
MoveToPreviousRowWithData フィールド


アクティブセルを、データを含む前の行に移動します。
構文
'Declaration
 
Public Shared ReadOnly MoveToPreviousRowWithData As Object
'使用法
 
Dim value As Object
 
value = SpreadActions.MoveToPreviousRowWithData
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 メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.