PowerTools SPREAD for ASP.NET 8.0J
AccessKey プロパティ (CheckBoxCellType)

このセルにすばやく移動するためのアクセスキーを取得または設定します。
構文
'Declaration
 
Public Property AccessKey As String
public string AccessKey {get; set;}
次のサンプルコードは、アクセスキー(ホットキー)を設定します。
FarPoint.Web.Spread.CheckBoxCellType chbxc = new FarPoint.Web.Spread.CheckBoxCellType();
chbxc.AccessKey = "j";
FpSpread1.Sheets[0].Cells[0, 0].CellType = chbxc;
Dim chbxc As New FarPoint.Web.Spread.CheckBoxCellType
chbxc.AccessKey = "j"
FpSpread1.Sheets(0).Cells(0, 0).CellType = chbxc
参照

CheckBoxCellType クラス
CheckBoxCellType メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.