Unicode Controls & Classes for VB6 - Version 4
ctlUniGrid
.RowSel Property
Gets or sets the selection of a certain row
Syntax
Public Property Get RowSel (ByVal
iRow
As Long) As Boolean
Public Property Let RowSel (ByVal
iRow
As Long, _
ByRef
b
As Boolean)
Parameters
Parameter
Description
ByVal
iRow
As Long
The row index
ByRef
b
As Boolean
The selection state
Remarks