AllowBigSelection Property (ModHFGrid) Example

The following code example makes it possible for an entire column or row to be selected when the user clicks the header.

Sub Form1_Load ()
   ModHFGrid1.AllowBigSelection =True
End Sub