FarPoint.Web.Spread 名前空間 > ButtonCellType クラス : AccessKey プロパティ |
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