Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExternalVariable Class / IsVolatile Property


In This Topic
    IsVolatile Property
    In This Topic
    Gets or sets a boolean value indicating whether this external variable is volatile.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsVolatile As Boolean
    'Usage
     
    
    Dim instance As ExternalVariable
    Dim value As Boolean
     
    value = instance.IsVolatile
    public bool IsVolatile {get;}

    Property Value

    true if this external variable is volatile; otherwise, false.
    See Also