SelOptions Property
Returns/Sets what portions of the grid a user can select.
Syntax
object.SelOptions [= number ]
The syntax of the SelOptions Property has these parts:
| Part | Description |
| object | A DGrid control. |
| number | A dgSelOptionsConstants value 0=dgSelNone, 1= dgSelRows, 2=dgSelCols, 3= dgSelBoth. |
Remarks
If this property is changed after a recordset is loaded, call the Refresh method to reset the grid.
Data Type
dgSelOptionsConstants