📚 SAP Business One SDK Help

GetCellFontColor 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 font color of a cell in a matrix or a grid.

Syntax

Visual Basic
Public Function GetCellFontColor( _
   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