New to Telerik Document ProcessingStart a free 30-day trial

Specifies an automatic minimum threshold that resolves to the lowest value in the conditional formatting range.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class AutomaticMinimumValue : IRangeValue

Inheritance: objectAutomaticMinimumValue

Implements: IRangeValue

Constructors

Initializes a new automatic minimum value that resolves at evaluation time.

C#
public AutomaticMinimumValue()

Properties

Gets the value type, always AutomaticLowestValue.

C#
public ValueType Type { get; }

Implements: IRangeValue.Type