Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EditModeStartingEventArgs Class / EditFormula Property


In This Topic
    EditFormula Property
    In This Topic
    Gets or sets whether the formula for the cell should be edited.
    Syntax
    'Declaration
     
    
    Public Property EditFormula As Boolean
    'Usage
     
    
    Dim instance As EditModeStartingEventArgs
    Dim value As Boolean
     
    instance.EditFormula = value
     
    value = instance.EditFormula
    public bool EditFormula {get; set;}
    See Also