FillStyle Property (ModHFGrid) Example

The following code makes it possible for you to format individual cells differently.

Sub Form1_Load () 
   ModHFGrid1.FillStyle = 0
End Sub