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