Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / GetExcelXFByCT_Dxf Method / GetExcelXFByCT_Dxf(CT_Dxf,ArrayList) Method
CT_Dxf
theme colors get from Excel file


In This Topic
GetExcelXFByCT_Dxf(CT_Dxf,ArrayList) Method
In This Topic
Gets the excel XF by Ct_ DXF.
Syntax
'Declaration
 
Public Overloads Shared Function GetExcelXFByCT_Dxf( _
   ByVal ctDxf As CT_Dxf, _
   ByVal themeColors As ArrayList _
) As IExcelXF
 
'Usage
 
Dim ctDxf As CT_Dxf
Dim themeColors As ArrayList
Dim value As IExcelXF
 
value = ExcelXMLHelpers.GetExcelXFByCT_Dxf(ctDxf, themeColors)

Parameters

ctDxf
CT_Dxf
themeColors
theme colors get from Excel file

Return Value

IExcelXF
See Also