Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / TriggerVolatileCells Property


In This Topic
    TriggerVolatileCells Property
    In This Topic
    Gets a boolean value indicating whether the volatile cells should be repainted.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TriggerVolatileCells As Boolean
    'Usage
     
    
    Dim instance As CommandResult
    Dim value As Boolean
     
    value = instance.TriggerVolatileCells
    public bool TriggerVolatileCells {get;}
    See Also