📚 SAP Business One SDK Help

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

Syntax

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