Updates the background color of a cell in a matrix or a grid.
Public Sub SetCellBackColor( _ ByVal RowNum As Long, _ ByVal colNum As Long, _ ByVal rgbColor As Long _ )
The column number of the matrix or the grid.
CommonSetting Object