Functions Fields

The Functions type exposes the following members.

Fields

NameDescription
public fieldavoidRequeryDuringEdit
during rewriting the query as a sequence of cells, avoid refreshing of power query with this flag
public fieldconn
connection object
public fieldCurrConnString
connection string can be changed for calls with different connection strings
public fielddontCalcWhileClearing
avoid entering dblistfetch/dbrowfetch functions during clearing of list-fetch areas (before saving)
public fieldpreventRefreshFlag
globally avoid refreshing of DB Functions
public fieldpreventRefreshFlagColl
avoid refreshing of DB Functions on Workbook level (has precedence on global preventRefreshFlag)
public fieldqueryBackupColl
for power queries the previously set query is being stored here to retrieve it back in case the new set query fails (excel doesn't allow to enter the power query editor in this case)
public fieldqueryCache
query cache for avoiding unnecessary recalculations/data retrievals by volatile inputs to DB Functions (now(), etc.)
public fieldStatusCollection
global collection of information transport containers between action function and user-defined function resp. calc event procedure