XlRobustConnect Enum
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.
Specifies how the PivotTable cache connects to its data source.
public enum class XlRobustConnect
public enum XlRobustConnect
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. |