📚 SAP Business One SDK Help

GetCellFontStyle 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 style of a cell in a matrix or a grid.

Syntax

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

Parameters

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

See Also