[]
Gets or sets the maximum value. Note: The maximum value only accepts the ConditionalFormattingValue object which has a Type property of Max, AutoMax, Number, Percent, Formula, or Pecentile.
public ConditionalFormattingValue Maximum { get; set; }
Public Property Maximum As ConditionalFormattingValue
Type | Description |
---|---|
ConditionalFormattingValue | The maximum. |