Parameter.RefreshOnChange Property

Definition

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.

Applies to