FarPoint.Web.Spread 名前空間 > CurrencyCellType クラス > CurrencyCellType コンストラクタ : CurrencyCellType コンストラクタ(Decimal,Decimal) |
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