FarPoint.Web.Spread 名前空間 > CurrencyCellType クラス > CurrencyCellType コンストラクタ : CurrencyCellType コンストラクタ(Decimal,Decimal,String) |
FarPoint.Web.Spread.CurrencyCellType c = new FarPoint.Web.Spread.CurrencyCellType(0.05, 300.5, "Must Use Decimals"); FpSpread1.ActiveSheetView.Cells[0, 0].CellType = c;
Dim c As New FarPoint.Web.Spread.CurrencyCellType(0.05, 300.5, "Must Use Decimals") FpSpread1.ActiveSheetView.Cells(0, 0).CellType = c