GridData.SetRowBackgroundColor

Introduced

v5.0

Description

Sets the background color of a row.

Scripting Syntax

GridData.SetRowBackgroundColor( RowIndex, Color );

Parameters

Parameter Type Description
RowIndex Long or String Index of the row. The top row has index 0.
Color Color The color of the row background.

See Also

GridWidget