Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.CellForeColor Property

Gets or sets the text color for the passed cell

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