'Declaration
Public Shared Function CreateColorScaleCustom( _ ByVal threshold1 As ColorThreshold, _ ByVal threshold2 As ColorThreshold, _ Optional ByVal threshold3 As ColorThreshold _ ) As ConditionalFormattingColorScale
'Usage
Dim threshold1 As ColorThreshold Dim threshold2 As ColorThreshold Dim threshold3 As ColorThreshold Dim value As ConditionalFormattingColorScale value = ConditionalFormatting.CreateColorScaleCustom(threshold1, threshold2, threshold3)
public static ConditionalFormattingColorScale CreateColorScaleCustom( ColorThreshold threshold1, ColorThreshold threshold2, ColorThreshold threshold3 )
Parameters
- threshold1
- The first ColorThreshold.
- threshold2
- The second ColorThreshold.
- threshold3
- The third ColorThreshold.