Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / CellStateEventArgs Class / Formula Property


In This Topic
    Formula Property (CellStateEventArgs)
    In This Topic
    Indicates the cell formula is changed.
    Syntax
    'Declaration
     
    
    Public Property Formula As Boolean
    'Usage
     
    
    Dim instance As CellStateEventArgs
    Dim value As Boolean
     
    instance.Formula = value
     
    value = instance.Formula
    public bool Formula {get; set;}
    See Also