Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / GetCT_DxfByExcelXF Method / GetCT_DxfByExcelXF(IExcelXF) Method
An IExcelXF object.


In This Topic
    GetCT_DxfByExcelXF(IExcelXF) Method
    In This Topic
    Gets the Ct_ DXF by excel XF.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetCT_DxfByExcelXF( _
       ByVal xf As IExcelXF _
    ) As CT_Dxf
    'Usage
     
    
    Dim xf As IExcelXF
    Dim value As CT_Dxf
     
    value = ExcelXMLHelpers.GetCT_DxfByExcelXF(xf)
    public static CT_Dxf GetCT_DxfByExcelXF( 
       IExcelXF xf
    )

    Parameters

    xf
    An IExcelXF object.

    Return Value

    An FarPoint.Excel.EntityClassLibrary.SpreadsheetML.CT_Dxf object.
    See Also