WorkbookConnection.RefreshWithRefreshAll Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the connection should be refreshed when refresh all is executed. Boolean (bool in C#). Read/Write.
public:
property bool RefreshWithRefreshAll { bool get(); void set(bool value); };
public bool RefreshWithRefreshAll { get; set; }
Public Property RefreshWithRefreshAll As Boolean