FarPoint.Web.Spread 名前空間 > CheckBoxCellType クラス : AutoPostBack プロパティ |
このプロパティは、コンポーネントがユーザーの操作に基づいてデータを自動的にサーバーにポストバックするかどうかを決定します。
FarPoint.Web.Spread.CheckBoxCellType c = new FarPoint.Web.Spread.CheckBoxCellType(); c.AutoPostBack = true; FpSpread1.ActiveSheetView.Cells[0, 0].CellType = c;
Dim c As New FarPoint.Web.Spread.CheckBoxCellType c.AutoPostBack = True FpSpread1.ActiveSheetView.Cells(0, 0).CellType = c