Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.CurrCellTag Property

Gets or sets the tag for the given cell on the current row

Syntax
Public Property Get CurrCellTag (ByRef vColKey As Variant) As Variant
Public Property Let CurrCellTag (ByRef vColKey As Variant, _
ByRef vTag As Variant)
Parameters
Parameter Description
ByRef vColKey As Variant The column key or index
ByRef vTag As Variant The new tag
Remarks