FarPoint.Web.Spread 名前空間 > ButtonCellType クラス : BackColor プロパティ |
FarPoint.Web.Spread.ButtonCellType btn = new FarPoint.Web.Spread.ButtonCellType(); btn.Text = "FarPoint"; btn.BackColor = Drawing.Color.Khaki; btn.ForeColor = Drawing.Color.Red; FpSpread1.ActiveSheetView.Cells[0, 0].CellType = btn;
Dim btn As New FarPoint.Web.Spread.ButtonCellType btn.Text = "FarPoint" btn.BackColor = Drawing.Color.Khaki btn.ForeColor = Drawing.Color.Red FpSpread1.ActiveSheetView.Cells(0, 0).CellType = btn