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

このセルにすばやく移動するためのアクセスキーを取得または設定します。
構文
'Declaration
 
Public Property AccessKey As String
public string AccessKey {get; set;}

プロパティ値

アクセスキーを含むString
次のサンプルコードは、アクセスキー(ホットキー)を設定します。
FarPoint.Web.Spread.ButtonCellType btnc = new FarPoint.Web.Spread.ButtonCellType();
btnc.AccessKey = "j";
FpSpread1.Sheets[0].Cells[0, 0].CellType = btnc;
Dim btnc As New FarPoint.Web.Spread.ButtonCellType
btnc.AccessKey = "j"
FpSpread1.Sheets(0).Cells(0, 0).CellType = btnc
参照

ButtonCellType クラス
ButtonCellType メンバ

 

 


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