GridData.SetRowBackgroundColor
 
 
 

GridData.SetRowBackgroundColor

Introduced

v5.0

Description

Sets the background color of a row.

C# Syntax

GridData.SetRowBackgroundColor( Int32 in_lRow, Color in_pColor );

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