Holds the evaluation result of a conditional formatting rule over a cell range, determining whether the formatting should be applied.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class ConditionalFormattingResult
Inheritance: objectConditionalFormattingResult
Properties
Gets the conditional formatting rule that was evaluated.
C#
public ConditionalFormatting ConditionalFormatting { get; }