method Items.ClearCellBackColor (Index as Long, ColIndex as Variant)
Clears the cell's background color.

TypeDescription
Index as Long A long expression that indicates the index of the item.
ColIndex as Variant A long expression that indicates the column's index, a string expression that indicates the column's caption, or column's key.

The ClearCellBackColor method clears the cell's background color when the CellBackColor property was used. Use the BackColor property to specify the control's background color. Use the ItemBackColor property to specify the item's background color.