v5.0
Sets the background color of a row.
GridData.SetRowBackgroundColor( Int32 in_Row, Color in_pColor ); |
GridData.SetRowBackgroundColor( RowIndex, Color ); |
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. |