show / hide menu

GridSetCellStyle

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

Syntax:

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

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

Example:

GridSetCellStyle(Search1,FontColor,3,1, #FFFF6BC7)