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