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

選択範囲を、データを含む前の行まで拡張します。
構文
'宣言
 
Public Shared ReadOnly ExtendToPreviousRowWithData As Object
public static readonly object ExtendToPreviousRowWithData
使用例
次のサンプルコードは、ExtendToPreviousRowWithData アクションを使用します。
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.ExtendToPreviousRowWithData);
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.ExtendToPreviousRowWithData)
参照

SpreadActions クラス
SpreadActions メンバ

 

 


© MESCIUS inc. All rights reserved.