Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.Row Property

Gets or sets the current row

Syntax
Public Property Get Row () As Long
Public Property Let Row (ByVal l As Long)
Parameters
Parameter Description
ByVal l As Long The new row
Remarks