GRID.GridBkColor |
![]() ![]() |
state = GRID.GridBkColor( BYVAL nControl AS INTEGER, BYVAL color AS INTEGER ) AS INTEGER
Sets the background color of the control (the area outside fixed and non-fixed cells).
Example:
GRID.GridBkColor( nControl, RGB( 32, 32, 32 )
|