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