SetGridFont 

Syntax:             BOOL SetGridFont (LPCTSTR lpszFontName,

          BOOL bItalic,

          BOOL bBold,

          long lSize,

          BOOL bStrikeOut,

          BOOL bUnderline,

          long lColor);

Return Value:    TRUE if the operation was successful, FALSE otherwise.

Parameters:

lpszFontName           Specifies the typeface name of the font to be set.

bItalic                      Specifies if the font to be set is italic or not.

bBold                       Specifies if the font to be set is bold or not.

lSize                         Specifies the size of the font to be set.

bStrikeOut                Specifies if the font to be set is strikeout or not.

bUnderline                Specifies if the font to be set is underline or not.

lColor                        Specifies the color of the font to be set.

Remarks:

Call this method to set the font of the Result grid of  ELS-QB Component.

Example:

For Sample of SetGridFont () usage see the Example of  SetSQLEditiorFont()