FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ButtonCellType Class : AccessKey Property |
'Declaration Public Property AccessKey As String
'Usage Dim instance As ButtonCellType Dim value As String instance.AccessKey = value value = instance.AccessKey
public string AccessKey {get; set;}
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
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional