GetExcelXFByCT_Dxf(CT_Dxf,ArrayList) Method
Gets the excel XF by Ct_ DXF.
'Declaration
Public Overloads Shared Function GetExcelXFByCT_Dxf( _
ByVal As CT_Dxf, _
ByVal 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