Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / GetExcelFontStyleByCT_Dxf Method


In This Topic
GetExcelFontStyleByCT_Dxf Method
In This Topic
Gets the font style by Ct_ DXF.
Syntax
'Declaration
 
Public Shared Function GetExcelFontStyleByCT_Dxf( _
   ByVal ctDxf As CT_Dxf _
) As FontStyle
 
'Usage
 
Dim ctDxf As CT_Dxf
Dim value As FontStyle
 
value = ExcelXMLHelpers.GetExcelFontStyleByCT_Dxf(ctDxf)

Parameters

ctDxf
See Also