Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.CurrCellBackColor Property

Gets or sets the background color of the given cell on the current row

Syntax
Public Property Get CurrCellBackColor (ByRef vColKey As Variant) As Long
Public Property Let CurrCellBackColor (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