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