UserIndex Property
Returns/Sets an index of 0 or 1 for the row and col numbers displayed to the user.
Syntax
object.UserIndex [= number ]
The syntax of the UserIndex Property has these parts:
| Part | Description |
| object | A DGrid control. |
| number | A dgIndexConstants value 0=dgZeroBased, 1=dgOneBase. |
Data Type
dgIndexConstants