Class ConditionalFormattingResult
Represents a conditional formatting and its result over a certain range.
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
  Constructors
ConditionalFormattingResult()
Declaration
public ConditionalFormattingResult()
  Properties
ConditionalFormatting
Gets the conditional formatting.
Declaration
public ConditionalFormatting ConditionalFormatting { get; }
  Property Value
| 
        ConditionalFormatting
         
  | 
    
Result
Gets the conditional formatting result.
Declaration
public double Result { get; }
  Property Value
| 
        System.Double
         
  |