FarPoint.Web.Spread 名前空間 > ComboBoxCellType クラス : BackColor プロパティ |
FarPoint.Web.Spread.ComboBoxCellType cb = new FarPoint.Web.Spread.ComboBoxCellType(new string[] { "One", "Two", "Three"}); cb.ShowButton = true; cb.BackColor = Drawing.Color.Coral; FpSpread1.ActiveSheetView.Cells[0, 0].CellType = cb;
Dim cb As New FarPoint.Web.Spread.ComboBoxCellType(New String() {"One", "Two", "Three"}) cb.ShowButton = True cb.BackColor = Drawing.Color.Coral FpSpread1.ActiveSheetView.Cells(0, 0).CellType = cb