SetGridFont 

Syntax

object.SetGridFont  lpszFontName, bItalic, bBold, lSize, bStrikeOut, bUnderline, lColor

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.

Description

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

Remarks

SetGridFont method returns True if the operation was successful, False otherwise.

Example

         For Sample of SetGridFont usage see the Example of  SetSQLEditiorFont