AllowBigSelection Property Example

The following code example allows an entire column or row to be selected when the user clicks on the header.

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

Sub Form1_Load ()
   MSHFlexGrid1.AllowBigSelection =True
End Sub