Windward Studios API Reference
IsRecalculateOnOpen Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportOpenXml Class : IsRecalculateOnOpen Property




Glossary Item Box

true if the document is to perform recalculation when first opened.

Syntax

Visual Basic (Declaration) 
Public Property IsRecalculateOnOpen As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ReportOpenXml
Dim value As Boolean
 
instance.IsRecalculateOnOpen = value
 
value = instance.IsRecalculateOnOpen
C# 
public bool IsRecalculateOnOpen {get; set;}
Managed Extensions for C++ 
public: __property bool get_IsRecalculateOnOpen();
public: __property void set_IsRecalculateOnOpen( 
   bool value
);
C++/CLI 
public:
property bool IsRecalculateOnOpen {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software