📚 SAP Business One SDK Help

SetCellFontStyle Method
See Also 
RowNum
The row number of the matrix or the grid.
colNum
The column number of the matrix or the grid.
fontStyle
The font style of the cell.

Description

Updates the font style of a cell in a matrix or a grid.

Syntax

Visual Basic
Public Sub SetCellFontStyle( _
   ByVal RowNum As Long, _
   ByVal colNum As Long, _
   ByVal fontStyle As BoFontStyle _
) 

Parameters

RowNum
The row number of the matrix or the grid.
colNum
The column number of the matrix or the grid.
fontStyle
ValueDescription
fs_PlainPlain
fs_BoldBold
fs_ItalicItalic
fs_UnderlineUnderline
fs_StrikeoutStrikeout
The font style of the cell.

See Also