Parameter.RefreshOnChange 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.
True if the specified query table is refreshed whenever you change the parameter value of a parameter query. Read/write Boolean.
public:
property bool RefreshOnChange { bool get(); void set(bool value); };
public bool RefreshOnChange { get; set; }
Public Property RefreshOnChange As Boolean
Property Value
Remarks
You can set this property to True only if you use parameters of type xlRange and if the referenced parameter value is in a single cell. The refresh occurs when you change the value of the cell.