Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IFormatter2 Interface / CanEditFormula Property


In This Topic
    CanEditFormula Property
    In This Topic
    Gets a value that indicates whether the cell type can edit the formula.
    Syntax
    'Declaration
     
    
    ReadOnly Property CanEditFormula As Boolean
    'Usage
     
    
    Dim instance As IFormatter2
    Dim value As Boolean
     
    value = instance.CanEditFormula
    bool CanEditFormula {get;}

    Property Value

    true if the cell type can edit the formula; otherwise, false.
    See Also