GRID.FixedTextColor

Previous  Next

 

state = GRID.FixedTextColor( BYVAL nControl AS INTEGER,

                             BYVAL color    AS INTEGER ) AS INTEGER

 

 

 

 

Set or get the color of the fixed column or row text.

 

Example:

 

Green Text on Gray background

GRID.FixedTextColor( nControl, RGB( 0, 220, 0 )

GRID.FixedTextBkColor( nControl, RGB( 120, 120, 120 )