Class ConditionalFormattingRange
Represents the list of appled condtional formattings over a certain cell range.
Inheritance
System.Object
    ConditionalFormattingRange
  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 ConditionalFormattingRange
  Constructors
ConditionalFormattingRange()
Declaration
public ConditionalFormattingRange()
  Properties
CellRange
Formattings
Gets the applied formattings.
Declaration
public IEnumerable<ConditionalFormatting> Formattings { get; }
  Property Value
| 
        System.Collections.Generic.IEnumerable<ConditionalFormatting>
         
  |