GridData.GetRowBackgroundColor
 
 
 

GridData.GetRowBackgroundColor

Introduced

v5.0

Description

Returns the background color of a row.

C# Syntax

Color GridData.GetRowBackgroundColor( Int32 in_lRow );

Scripting Syntax

oReturn = GridData.GetRowBackgroundColor( RowIndex );

Return Value

The Color of the row background

Parameters

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

See Also

GridWidget