| GetCellFontStyle Method | |
| See Also |
- RowNum
- The row number of the matrix or the grid.
- colNum
- The column number of the matrix or the grid.
Returns the font style of a cell in a matrix or a grid.
| Visual Basic |
|---|
Public Function GetCellFontStyle( _
   ByVal RowNum As Long, _
   ByVal colNum As Long _
) As BoFontStyle |
- RowNum
- The row number of the matrix or the grid.
- colNum
- The column number of the matrix or the grid.