Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / IsEditingFormula Property


In This Topic
    IsEditingFormula Property
    In This Topic
    Gets or sets a boolean value indicating whether the shape is in editing formula.
    Syntax
    'Declaration
     
    
    Public Property IsEditingFormula As Boolean
    'Usage
     
    
    Dim instance As Shape
    Dim value As Boolean
     
    instance.IsEditingFormula = value
     
    value = instance.IsEditingFormula
    public bool IsEditingFormula {get; set;}
    See Also