MESCIUS SPREAD for ASP.NET 10.0J
CurrencyCellType コンストラクタ(Decimal,Decimal)

通貨の最小値(10進数)
通貨の最大値(10進数)
最小値と最大値を指定して、新しい通貨型セルを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal min As Decimal, _
   ByVal max As Decimal _
)
public CurrencyCellType( 
   decimal min,
   decimal max
)

パラメータ

min
通貨の最小値(10進数)
max
通貨の最大値(10進数)
この例では、最小値と最大値を指定して通貨型セルを作成します。
FarPoint.Web.Spread.CurrencyCellType c = new FarPoint.Web.Spread.CurrencyCellType(0.05, 300.5); 
FpSpread1.ActiveSheetView.Cells[0, 0].CellType = c;
Dim c As New FarPoint.Web.Spread.CurrencyCellType(0.05, 300.5)
FpSpread1.ActiveSheetView.Cells(0, 0).CellType = c
参照

CurrencyCellType クラス
CurrencyCellType メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.