New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class AutomaticMaximumValue : IRangeValue

Inheritance: objectAutomaticMaximumValue

Implements: IRangeValue

Constructors

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

C#
public AutomaticMaximumValue()

Properties

Gets the value type, always AutomaticHighestValue.

C#
public ValueType Type { get; }

Implements: IRangeValue.Type