PowerTools SPREAD for ASP.NET 8.0J
MinimumValue プロパティ (CurrencyCellType)

最小値を取得または設定します。
構文
'Declaration
 
Public Property MinimumValue As Decimal
public decimal MinimumValue {get; set;}

プロパティ値

最小数値を表すDecimal
FarPoint.Web.Spread.CurrencyCellType c = new FarPoint.Web.Spread.CurrencyCellType(0.05, 300.5, "You must use numbers!!");
c.MaximumValue = 3000000;
c.MinimumValue = 0.05;
c.ErrorMessage = "You must use numbers!!";
FpSpread1.ActiveSheetView.Cells[0, 0].CellType = c;
Dim c As New FarPoint.Web.Spread.CurrencyCellType
c.MaximumValue = 3000000
c.MinimumValue = 0.05
c.ErrorMessage = "You must use numbers!!"
FpSpread1.ActiveSheetView.Cells(0, 0).CellType = c
参照

CurrencyCellType クラス
CurrencyCellType メンバ
MaximumValue プロパティ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.