Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / SuspendCalcService Method


In This Topic
    SuspendCalcService Method (Workbook)
    In This Topic
    Suspends the calculation service.
    Syntax
    'Declaration
     
    Public Sub SuspendCalcService() 
    'Usage
     
    Dim instance As Workbook
     
    instance.SuspendCalcService()
    public void SuspendCalcService()
    See Also