show / hide menu

GridSetRowStyle

This function is used to set the row style of a search control.

Syntax:

GridSetRowStyle (ControlName,PropertyName,RowIndex,Column Index,Value)

ControlName is the name of search control.
PropertyName is the name of the property BGColor/FontColor
RowIndex is the Index of the row.
Column Index is the Index of the column
Value is the value based on the PropertyName.

Example:

GridSetRowStyle(Search1,BGColor,1,Black)