FarPoint.Web.Spread 名前空間 > CheckBoxCellType クラス : OnClientClick プロパティ |
FarPoint.Web.Spread.CheckBoxCellType check = new FarPoint.Web.Spread.CheckBoxCellType(); check.OnClientClick = "alert(\'You clicked the cell\');"; FpSpread1.Sheets[0].Cells[1, 1].CellType = check;
Dim check As New FarPoint.Web.Spread.CheckBoxCellType() check.OnClientClick = "alert('You clicked the cell');" FpSpread1.Sheets(0).Cells(0, 0).CellType = check