Example: BackColor property

This example sets a red background color for the range.

  range.setBackgroundColor(application.RGB(255, 0, 0));

Related information

BackColor property