Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.CurrCellForeColor Property

Gets or sets the text color for the given cell on the current row

Syntax
Public Property Get CurrCellForeColor (ByRef vColKey As Variant) As Long
Public Property Let CurrCellForeColor (ByRef vColKey As Variant, _
ByRef lColor As Long)
Parameters
Parameter Description
ByRef vColKey As Variant The column key or index
ByRef lColor As Long The new color
Remarks