Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / IsVolatileCellsAvailable Method


In This Topic
    IsVolatileCellsAvailable Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function IsVolatileCellsAvailable() As Boolean
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim value As Boolean
     
    value = instance.IsVolatileCellsAvailable()
    public bool IsVolatileCellsAvailable()
    See Also