GridApplyThemeClass method (WinStudio scripts)
Applies to
IWSForm interface
Description
This method is used to apply theme class to an individual grid cell of a specific column or row
Syntax
GridApplyThemeClass(string columnName,<FuncrowName,string> fnThemeClassSelector)
where rowName is a single string parameter for the name of the row the theme class is applied to.
Example
GridApplyThemeClass(string columnName,Func<IWSIDORow, string>
fnThemeClassSelector)