Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.CellTag Property

Gets or sets the tag of the given cell

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