FarPoint.Web.Spread 名前空間 > PercentCellType クラス > PercentCellType コンストラクタ : PercentCellType コンストラクタ(Double,Double) |
FarPoint.Web.Spread.PercentCellType pct = new FarPoint.Web.Spread.PercentCellType(0,100,"Check Your Formatting!!"); FpSpread1.ActiveSheetView.Cells[0, 0].CellType = pct;
Dim pct As New FarPoint.Web.Spread.PercentCellType(0,100,"Check Your Formatting!!") FpSpread1.ActiveSheetView.Cells(0, 0).CellType = pct