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