Spread for ASP.NET 12 Product Documentation
ConditionalFormattingColorValue Constructor


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ConditionalFormattingColorValue Class : ConditionalFormattingColorValue Constructor
The color.
The value.
The type. Note: ConditionalFormattingColorValue accepts only Max, Min, Number, Percent, Percentile, and Formula values of ConditionalFormattingValueType.
Initializes a new instance of the ConditionalFormattingColorValue class.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As Color, _
   ByVal value As Object, _
   ByVal type As ConditionalFormattingValueType _
)
'Usage
 
Dim color As Color
Dim value As Object
Dim type As ConditionalFormattingValueType
 
Dim instance As New ConditionalFormattingColorValue(color, value, type)
public ConditionalFormattingColorValue( 
   Color color,
   object value,
   ConditionalFormattingValueType type
)

Parameters

color
The color.
value
The value.
type
The type. Note: ConditionalFormattingColorValue accepts only Max, Min, Number, Percent, Percentile, and Formula values of ConditionalFormattingValueType.
See Also

Reference

ConditionalFormattingColorValue Class
ConditionalFormattingColorValue Members