FarPoint.Web.Spread 名前空間 > IntegerCellType クラス > IntegerCellType コンストラクタ : IntegerCellType コンストラクタ() |
FarPoint.Web.Spread.IntegerCellType i = new FarPoint.Web.Spread.IntegerCellType(); i.MaximumValue = 50; i.MinimumValue = 1; i.ErrorMessage = "Value must be between 1 and 50"; FpSpread1.ActiveSheetView.Cells[0, 0].CellType = i;
Dim i As New FarPoint.Web.Spread.IntegerCellType i.MaximumValue = 50 i.MinimumValue = 1 i.ErrorMessage = "Value must be between 1 and 50" FpSpread1.ActiveSheetView.Cells(0, 0).CellType = i