'Declaration
Public Function New( _ Optional ByVal underAverage As Boolean, _ Optional ByVal equalAverage As Boolean, _ Optional ByVal stylePreset As ConditionalFormattingStylePresets _ )
'Usage
Dim underAverage As Boolean Dim equalAverage As Boolean Dim stylePreset As ConditionalFormattingStylePresets Dim instance As New ConditionalFormattingAboveAverage(underAverage, equalAverage, stylePreset)
public ConditionalFormattingAboveAverage( bool underAverage, bool equalAverage, ConditionalFormattingStylePresets stylePreset )
Parameters
- underAverage
When true, the values under the calculated average will be formatted.
The default value is false, which means that values above the average will be formatted.
- equalAverage
- When true, the values equal to the average will be formatted.
- stylePreset
- The ConditionalFormattingStylePresets that will determine how the Cells will be formatted.