FarPoint.Web.Spread.Editor 名前空間 > CheckBoxEditor クラス : AutoPostBack プロパティ |
FarPoint.Web.Spread.Editor.CheckBoxEditor ce = new FarPoint.Web.Spread.Editor.CheckBoxEditor(); ce.AutoPostBack = true; FpSpread1.ActiveSheetView.Cells[0, 0].Editor = ce;
Dim ce As New FarPoint.Web.Spread.Editor.CheckBoxEditor ce.AutoPostBack = True FpSpread1.ActiveSheetView.Cells(0, 0).Editor = ce