Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / IgnoreFormula Property


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