GridSelect Property

Returns/Sets how users can select cells in the grid.


Syntax

object.GridSelect [= number ]

The syntax of the GridSelect Property has these parts:

PartDescription
objectA DGrid control.
number  A dgGridSelectConstants value 0=dgGSSingle, 1=dgGSRows, 2=dgGSCols, 3=dgGSAll.

Remarks

If this property is changed after a recordset is loaded, call the Refresh method to reset the grid.

Data Type

dgGridSelectConstants