'Declaration
Public Function New( _ ByVal condition As CellHighlightCondition, _ Optional ByVal stylePreset As ConditionalFormattingStylePresets _ )
'Usage
Dim condition As CellHighlightCondition Dim stylePreset As ConditionalFormattingStylePresets Dim instance As New ConditionalFormattingCellHighlight(condition, stylePreset)
public ConditionalFormattingCellHighlight( CellHighlightCondition condition, ConditionalFormattingStylePresets stylePreset )
Parameters
- condition
- The CellHighlightCondition that will be used by the ConditionalFormattingCellHighlight.
- stylePreset
- The ConditionalFormattingStylePresets that will be used by the ConditionalFormattingCellHighlight.