Class
AutomaticMinimumValue

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:

cs-api-definition
public class AutomaticMinimumValue : IRangeValue

Inheritance: objectAutomaticMinimumValue

Implements: IRangeValue

Constructors

AutomaticMinimumValue()

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

Declaration

cs-api-definition
public AutomaticMinimumValue()

Properties

Type

Gets the value type, always AutomaticLowestValue.

Declaration

cs-api-definition
public ValueType Type { get; }

Property Value

ValueType

Implements IRangeValue.Type