MESCIUS SPREAD for Windows Forms 15.0J
FocusPosition プロパティ (GcNumberCellType)
使用例 

エディタがフォーカスを取得したときの初期カーソル位置を取得または設定します。
構文
'宣言
 
Public Property FocusPosition As EditorBaseFocusCursorPosition
public EditorBaseFocusCursorPosition FocusPosition {get; set;}
使用例
次のサンプルコードは、セル内の数字の末尾に編集カーソルを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType ncell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType();
ncell1.FocusPosition = GrapeCity.Win.Spread.InputMan.CellType.EditorBaseFocusCursorPosition.End;
fpSpread1.Sheets[0].Cells[1, 1].CellType = ncell1;
Dim ncell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType()
ncell1.FocusPosition = GrapeCity.Win.Spread.InputMan.CellType.EditorBaseFocusCursorPosition.End
fpSpread1.Sheets(0).Cells(1, 1).CellType = ncell1
参照

GcNumberCellType クラス
GcNumberCellType メンバ

 

 


© MESCIUS inc. All rights reserved.