BackColor property

This property returns or sets the background color in a row.

The value of this property is the decimal value of a color which you can using the RGB method in the Application class.

Defined in

TextTableRow

Data type

int

Syntax

public int getBackgroundColor()
public void setBackgroundColor(int backColor)

See examples

Example: BackColor property