Spread Windows Forms 15.0
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)
    public static FontStyle GetExcelFontStyleByCT_Dxf( 
       CT_Dxf ctDxf
    )

    Parameters

    ctDxf
    See Also