Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.CurrCellValue Property

Gets or sets the value of the cell in the given column on the current row

Syntax
Public Property Get CurrCellValue (ByRef vColKey As Variant) As Variant
Public Property Let CurrCellValue (ByRef vColKey As Variant, _
ByRef vValue As Variant)
Parameters
Parameter Description
ByRef vColKey As Variant The column key or index
ByRef vValue As Variant The new cell value
Remarks