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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also