Spread Windows Forms 8.0 Product Documentation
TwoColorScaleConditionalFormattingRule Constructor(Color,Color,Boolean)


Color of the minimum value.
Color of the maximum value.
true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false
Initializes a new instance of the TwoColorScaleConditionalFormattingRule class.
Syntax
'Declaration
 
Public Function New( _
   ByVal minColor As Color, _
   ByVal maxColor As Color, _
   ByVal suppressCustomName As Boolean _
)
'Usage
 
Dim minColor As Color
Dim maxColor As Color
Dim suppressCustomName As Boolean
 
Dim instance As New TwoColorScaleConditionalFormattingRule(minColor, maxColor, suppressCustomName)
public TwoColorScaleConditionalFormattingRule( 
   Color minColor,
   Color maxColor,
   bool suppressCustomName
)

Parameters

minColor
Color of the minimum value.
maxColor
Color of the maximum value.
suppressCustomName
true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

TwoColorScaleConditionalFormattingRule Class
TwoColorScaleConditionalFormattingRule Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.