MESCIUS SPREAD for ASP.NET 10.0J
MaximumValue プロパティ (CurrencyCellType)

最大値を取得または設定します。
構文
'Declaration
 
Public Property MaximumValue As Decimal
public decimal MaximumValue {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 メンバ
MinimumValue プロパティ

 

 


© MESCIUS inc. All rights reserved.