Class
AutomaticMaximumValue

Specifies an automatic maximum threshold that resolves to the highest 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 AutomaticMaximumValue : IRangeValue

Inheritance: objectAutomaticMaximumValue

Implements: IRangeValue

Constructors

AutomaticMaximumValue()

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

Declaration

cs-api-definition
public AutomaticMaximumValue()

Properties

Type

Gets the value type, always AutomaticHighestValue.

Declaration

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

Property Value

ValueType

Implements IRangeValue.Type