Spread for ASP.NET 12 Product Documentation
ThreeColorScaleConditionalFormattingRule Constructor(Color,Color,Color)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ThreeColorScaleConditionalFormattingRule Class > ThreeColorScaleConditionalFormattingRule Constructor : ThreeColorScaleConditionalFormattingRule Constructor(Color,Color,Color)
Color of the minimum value.
Color of the middle value.
Color of the maximum value.
Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class.
Syntax
'Declaration
 
Public Function New( _
   ByVal minColor As Color, _
   ByVal midColor As Color, _
   ByVal maxColor As Color _
)
'Usage
 
Dim minColor As Color
Dim midColor As Color
Dim maxColor As Color
 
Dim instance As New ThreeColorScaleConditionalFormattingRule(minColor, midColor, maxColor)
public ThreeColorScaleConditionalFormattingRule( 
   Color minColor,
   Color midColor,
   Color maxColor
)

Parameters

minColor
Color of the minimum value.
midColor
Color of the middle value.
maxColor
Color of the maximum value.
See Also

Reference

ThreeColorScaleConditionalFormattingRule Class
ThreeColorScaleConditionalFormattingRule Members
Overload List