Class ConditionalFormattingResult
Holds the evaluation result of a conditional formatting rule over a cell range, determining whether the formatting should be applied.
Inheritance
System.Object
ConditionalFormattingResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ConditionalFormattingResult
Properties
ConditionalFormatting
Gets the conditional formatting rule that was evaluated.
Declaration
public ConditionalFormatting ConditionalFormatting { get; }
Property Value
|
ConditionalFormatting
|
Result
Gets the numeric result of the rule evaluation, where positive values typically indicate the condition was met.
Declaration
public double Result { get; }
Property Value
|
System.Double
|