GRID.FixedBkColor |
![]() ![]() |
state = GRID.FixedBkColor( BYVAL nControl AS INTEGER, BYVAL color AS INTEGER ) AS INTEGER
Set or get the color of the fixed column or row background.
Example:
‘ Green Text on Gray background GRID.FixedTextColor( nControl, RGB( 0, 220, 0 ) GRID.FixedTextBkColor( nControl, RGB( 120, 120,120 )
|