XlRobustConnect Enum

Definition

Specifies how the PivotTable cache connects to its data source.

C#
public enum XlRobustConnect
Inheritance
XlRobustConnect

Fields

Name Value Description
xlAsRequired 0

The cache uses external source info to reconnect using the Connection property.

xlAlways 1

The cache always uses external source information (as defined by the SourceConnectionFile or SourceDataFile property) to reconnect.

xlNever 2

The cache never uses source info to reconnect.

Applies to

Product Versions
Excel primary interop assembly Latest