[]
Gets or sets the minimum value. Note: The minimum value only accepts the ConditionalFormattingValue object which has a Type property such as Min, AutoMin, Number, Percent, Formula, or Pecentile.
public ConditionalFormattingValue Minimum { get; set; }
Public Property Minimum As ConditionalFormattingValue
Type | Description |
---|---|
ConditionalFormattingValue | The minimum. |