FarPoint.Web.Spread.Extender 名前空間 > NumericUpDownCellType クラス : Minimum プロパティ |
FarPoint.Web.Spread.Extender.NumericUpDownCellType n = new FarPoint.Web.Spread.Extender.NumericUpDownCellType(); n.Maximum = 1000; n.Minimum = 10; n.Step = 5; n.Width = 130; n.ShowEditor = true; FpSpread1.ActiveSheetView.Cells[0, 0].CellType = n;
Dim n As New FarPoint.Web.Spread.Extender.NumericUpDownCellType n.Maximum = 1000 n.Minimum = 10 n.Step = 5 n.Width = 130 n.ShowEditor = True FpSpread1.ActiveSheetView.Cells(0, 0).CellType = n