XlRobustConnect enumeration

Specifies how the PivotTable cache connects to its data source.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
xlAsRequiredThe cache uses external source info to reconnect using the Connection property.
xlAlwaysThe cache always uses external source information (as defined by the SourceConnectionFile or SourceDataFile property) to reconnect.
xlNeverThe cache never uses source info to reconnect.
Show: