ExcelSetConditionalFormat Method (IExcelXml5)
In This Topic
Sets the Excel XML conditional format.
Syntax
'Declaration
Function ExcelSetConditionalFormat( _
ByVal As Short, _
ByVal () As CT_ConditionalFormatting, _
ByVal As ArrayList, _
ByVal () 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)
bool ExcelSetConditionalFormat(
short ,
CT_ConditionalFormatting[] ,
ArrayList ,
CT_RgbColor[]
)
Parameters
- sheet
- The sheet.
- cfCF
- The cf CF.
- themeColors
- The theme colors.
- indexedRgbColors
- The indexed RGB colors.
See Also