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

セルのデフォルトアクティブフィールドを取得または設定します。
構文
'宣言
 
Public Property DefaultActiveField As DateFieldInfo
public DateFieldInfo DefaultActiveField {get; set;}

プロパティ値

の現在のコンテキストを示すGrapeCity.Win.Views.Field値。
例外
例外解説
System.ArgumentException
System.ArgumentExceptionメソッドに渡された引数のいずれかが無効な場合にスローされる例外。
System.ArgumentException
解説
セルが編集モードになると、デフォルトアクティブフィールドがフォーカスを取得し、その先頭にキャレットが配置されます。
使用例
次のサンプルコードは、DefaultActiveField プロパティを使用します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType datecell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
datecell.DefaultActiveField = datecell.Fields[2];
fpSpread1.Sheets[0].Cells[0, 0].CellType = datecell;
Dim datecell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
datecell.DefaultActiveField = datecell.Fields(2)
fpSpread1.Sheets(0).Cells(0, 0).CellType = datecell
参照

GcDateTimeCellType クラス
GcDateTimeCellType メンバ

 

 


© MESCIUS inc. All rights reserved.