Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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