Detects the font family.
'Declaration
Public Shared Function DetectFontFamily( _
ByVal As String _
) As String
'Usage
Dim fontname As String
Dim value As String
value = ExcelHelper.DetectFontFamily(fontname)
Parameters
- fontname
- The original fontname to find an existed font. fontname is assumed that it isn't available.