Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcCalculationManager Class / Invalidate Method / Invalidate(CalcLocalIdentity,Boolean) Method
The data address.
if set to true automatically calculate immediately.


In This Topic
    Invalidate(CalcLocalIdentity,Boolean) Method
    In This Topic
    Invalidates the specified id.
    Syntax
    'Declaration
     
    Public Overloads Sub Invalidate( _
       ByVal id As CalcLocalIdentity, _
       Optional ByVal autoCalculate As Boolean _
    ) 
    'Usage
     
    Dim instance As CalcCalculationManager
    Dim id As CalcLocalIdentity
    Dim autoCalculate As Boolean
     
    instance.Invalidate(id, autoCalculate)
    public void Invalidate( 
       CalcLocalIdentity id,
       bool autoCalculate
    )

    Parameters

    id
    The data address.
    autoCalculate
    if set to true automatically calculate immediately.
    Exceptions
    ExceptionDescription
    id is a null reference (Nothing in Visual Basic).
    See Also