Updates the font style of a row in a matrix or a grid.
| Visual Basic |
|---|
Public Sub SetRowFontStyle( _ ByVal RowNum As Long, _ ByVal fontStyle As BoFontStyle _ ) |
| Value | Description |
|---|---|
| fs_Plain | Plain |
| fs_Bold | Bold |
| fs_Italic | Italic |
| fs_Underline | Underline |
| fs_Strikeout | Strikeout |