FarPoint.Web.Spread 名前空間 > CurrencyCellType クラス : FixedPoint プロパティ |
FarPoint.Web.Spread.CurrencyCellType curc = new FarPoint.Web.Spread.CurrencyCellType(); curc.FixedPoint = true; FpSpread1.Sheets[0].Cells[0, 0].CellType = curc;
Dim curc As New FarPoint.Web.Spread.CurrencyCellType curc.FixedPoint = True FpSpread1.Sheets(0).Cells(0, 0).CellType = curc