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


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

Parameters

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

Reference

TwoColorScaleConditionalFormattingRule Class
TwoColorScaleConditionalFormattingRule Members
Overload List