Visual Basic: MSFlexGrid/MSHFlexGrid Controls

FillStyle Property (MSHFlexGrid) Example

The following code allows you to format individual cells differently.

Note   If you are using the MSFlexGrid, substitute "MSHFlexGrid1" with "MSFlexGrid1."

  Sub Form1_Load () 
   MSHFlexGrid1.FillStyle = 0
End Sub