Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IOptimizedEnumerationSupport3 Interface / IgnoreFormula Property


In This Topic
    IgnoreFormula Property (IOptimizedEnumerationSupport3)
    In This Topic
    Gets or sets a value that indicates whether to ignore formulas.
    Syntax
    'Declaration
     
    
    Property IgnoreFormula As Boolean
    'Usage
     
    
    Dim instance As IOptimizedEnumerationSupport3
    Dim value As Boolean
     
    instance.IgnoreFormula = value
     
    value = instance.IgnoreFormula
    bool IgnoreFormula {get; set;}
    See Also