Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.CellValue Property

Gets or sets the cell value of the given row/col

Syntax
Public Property Get CellValue (ByVal iRow As Long, _
ByRef vColKey As Variant) As Variant
Public Property Let CellValue (ByVal iRow As Long, _
ByRef vColKey As Variant, _
ByRef vValue As Variant)
Parameters
Parameter Description
ByVal iRow As Long The row index
ByRef vColKey As Variant The column key or index
ByRef vValue As Variant The new value
Remarks