PowerTools SPREAD for ASP.NET 8.0J
CurrencyCellType コンストラクタ()

新しい通貨型セルを作成します。
構文
'Declaration
 
Public Function New()
public CurrencyCellType()
この例では、7列50行から成るスプレッドシートを作成します。次に、CurrencyCellオブジェクトを作成します。ループで、先頭列のセルを通貨型セルに設定し、それらに値を入れます。
FarPoint.Web.Spread.CurrencyCellType c = new FarPoint.Web.Spread.CurrencyCellType;
c.CssClass = "CssStyle1";
c.ErrorMessage = "You must use numbers!!";
FpSpread1.ActiveSheetView.Cells[0, 0].CellType = c;
Dim c As New FarPoint.Web.Spread.CurrencyCellType
c.CssClass = "CssStyle1"
c.ErrorMessage = "You must use numbers!!"
FpSpread1.ActiveSheetView.Cells(0, 0).CellType = c
参照

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

 

 


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