Spread Silverlight Documentation
Invalidate(CalcLocalIdentity,Boolean) Method


The data address.
if set to true automatically calculate immediately.
Invalidates the specified id.
Syntax
'Declaration
 
Public Overloads Sub Invalidate( _
   ByVal id As CalcLocalIdentity, _
   Optional ByVal autoCalculate As System.Boolean _
) 
'Usage
 
Dim instance As CalcCalculationManager
Dim id As CalcLocalIdentity
Dim autoCalculate As System.Boolean
 
instance.Invalidate(id, autoCalculate)
public void Invalidate( 
   CalcLocalIdentity id,
   System.bool autoCalculate
)

Parameters

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

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcCalculationManager Class
CalcCalculationManager Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.