MaximumValue
Class
Specifies the highest value in the applied range for use in conditional formatting rules.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class MaximumValue : IRangeValue
Inheritance: objectMaximumValue
Implements:
Constructors
Initializes a new instance representing the highest value in the conditional formatting range.
C#
public MaximumValue()
Properties
The value type, always HighestValue for this range value.
C#
public ValueType Type { get; }
Implements: