Class FormulaValue
Represents a basic class with a predicate formula.
Inheritance
System.Object
    FormulaValue
  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 FormulaValue : IRangeValue
  Constructors
FormulaValue(String)
Initializes a new instance of the FormulaValue class.
Declaration
public FormulaValue(string formula)
  Parameters
| 
        System.String
        formula
         
  | 
    
Properties
Formula
Gets the formula.
Declaration
public string Formula { get; }
  Property Value
| 
        System.String
         
  |