BackColor property

This property represents the background color of the range.

The value for this property is the decimal value of a color. You can get the decimal value using the RGB method in the Application class.

Defined in

Range

Data type

int

Syntax

public int getBackgroundColor() 
public void setBackgroundColor(int color)

See examples

Example: BackColor property