BackTransparent property

This property returns or sets whether the background of a cell is transparent. Specifying true means that no background color is used in this cell. Specifying false uses the background color specified by the BackColor property.

Defined in

TextTableCell

Data type

boolean

Syntax

public boolean isBackTransparent()
public void setBackTransparent(boolean transparent)

See examples

Example: BackTransparent property