Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / SuspendCalcService Method


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