Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.CellBackColor Property

Gets or sets the background color of the passed cell

Syntax
Public Property Get CellBackColor (ByVal iRow As Long, _
ByRef vColKey As Variant) As Long
Public Property Let CellBackColor (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