Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellEditCommand Class / IsFormula Property


In This Topic
    IsFormula Property
    In This Topic
    Gets a value indicating whether the new formula is set.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFormula As Boolean
    'Usage
     
    
    Dim instance As CellEditCommand
    Dim value As Boolean
     
    value = instance.IsFormula
    public bool IsFormula {get;}
    See Also