[]
Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class.
public ThreeColorScaleConditionalFormattingRule(bool suppressCustomName)
Public Sub New(suppressCustomName As Boolean)
Type | Name | Description |
---|---|---|
bool | suppressCustomName |
|
Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class.
public ThreeColorScaleConditionalFormattingRule()
Public Sub New()
Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class.
public ThreeColorScaleConditionalFormattingRule(Color minColor, Color midColor, Color maxColor, bool suppressCustomName)
Public Sub New(minColor As Color, midColor As Color, maxColor As Color, suppressCustomName As Boolean)
Type | Name | Description |
---|---|---|
Color | minColor | Color of the minimum value. |
Color | midColor | Color of the middle value. |
Color | maxColor | Color of the maximum value. |
bool | suppressCustomName |
|
Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class.
public ThreeColorScaleConditionalFormattingRule(Color minColor, Color midColor, Color maxColor)
Public Sub New(minColor As Color, midColor As Color, maxColor As Color)
Type | Name | Description |
---|---|---|
Color | minColor | Color of the minimum value. |
Color | midColor | Color of the middle value. |
Color | maxColor | Color of the maximum value. |
Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class.
public ThreeColorScaleConditionalFormattingRule(ConditionalFormattingColorValue minValue, ConditionalFormattingColorValue midValue, ConditionalFormattingColorValue maxValue, bool suppressCustomName)
Public Sub New(minValue As ConditionalFormattingColorValue, midValue As ConditionalFormattingColorValue, maxValue As ConditionalFormattingColorValue, suppressCustomName As Boolean)
Type | Name | Description |
---|---|---|
ConditionalFormattingColorValue | minValue | The minimum value. Note: The minimum value only accepts the ConditionalFormattingColorValue object which has a Type value of Min, Number, Percent, Formula, or Pecentile. |
ConditionalFormattingColorValue | midValue | The middle value. Note: The middle value only accepts the ConditionalFormattingColorValue object which has a Type value of Number, Percent, Formula, or Pecentile. |
ConditionalFormattingColorValue | maxValue | The maximum value. Note: The maximum value only accepts the ConditionalFormattingColorValue object which has a Type value of Max, Number, Percent, Formula, or Pecentile. |
bool | suppressCustomName |
|
Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class.
public ThreeColorScaleConditionalFormattingRule(ConditionalFormattingColorValue minValue, ConditionalFormattingColorValue midValue, ConditionalFormattingColorValue maxValue)
Public Sub New(minValue As ConditionalFormattingColorValue, midValue As ConditionalFormattingColorValue, maxValue As ConditionalFormattingColorValue)
Type | Name | Description |
---|---|---|
ConditionalFormattingColorValue | minValue | The minimum value. Note: The minimum value only accepts the ConditionalFormattingColorValue object which has a Type value of Min, Number, Percent, Formula, or Pecentile. |
ConditionalFormattingColorValue | midValue | The middle value. Note: The middle value only accepts the ConditionalFormattingColorValue object which has a Type value of Number, Percent, Formula, or Pecentile. |
ConditionalFormattingColorValue | maxValue | The maximum value. Note: The maximum value only accepts the ConditionalFormattingColorValue object which has a Type value of Max, Number, Percent, Formula, or Pecentile. |
Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class from serialization.
protected ThreeColorScaleConditionalFormattingRule(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo to populate with data. |
StreamingContext | context | The destination (see System.Runtime.Serialization.StreamingContext) for this serialization. |