Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml5 Interface / ExcelSetConditionalFormat Method
The sheet.
The cf CF.
The theme colors.
The indexed RGB colors.


In This Topic
ExcelSetConditionalFormat Method (IExcelXml5)
In This Topic
Sets the Excel XML conditional format.
Syntax
'Declaration
 
Function ExcelSetConditionalFormat( _
   ByVal sheet As Short, _
   ByVal cfCF() As CT_ConditionalFormatting, _
   ByVal themeColors As ArrayList, _
   ByVal indexedRgbColors() As CT_RgbColor _
) As Boolean
 
'Usage
 
Dim instance As IExcelXml5
Dim sheet As Short
Dim cfCF() As CT_ConditionalFormatting
Dim themeColors As ArrayList
Dim indexedRgbColors() As CT_RgbColor
Dim value As Boolean
 
value = instance.ExcelSetConditionalFormat(sheet, cfCF, themeColors, indexedRgbColors)

Parameters

sheet
The sheet.
cfCF
The cf CF.
themeColors
The theme colors.
indexedRgbColors
The indexed RGB colors.
See Also