📚 SAP Business One SDK Help

GetCellBackColor Method
See Also 
RowNum
The row number of the matrix or the grid.
colNum
The column number of the matrix or the grid.

Description

Returns the background color of a cell in a matrix or a grid.

Syntax

Visual Basic
Public Function GetCellBackColor( _
   ByVal RowNum As Long, _
   ByVal colNum As Long _
) As Long

Parameters

RowNum
The row number of the matrix or the grid.
colNum
The column number of the matrix or the grid.

See Also