







[Missing <summary> documentation for "T:OfficeOpenXml.Table.PivotTable.eSourceType"]
Namespace:
OfficeOpenXml.Table.PivotTable
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public enum eSourceType |
| Visual Basic (Declaration) |
|---|
Public Enumeration eSourceType |
| Visual C++ |
|---|
public enum class eSourceType |
Members
| Member name | Description | |
|---|---|---|
| Consolidation |
Indicates that the cache contains data that consolidates ranges.
| |
| External |
Indicates that the cache contains data from an external data source.
| |
| Scenario |
Indicates that the cache contains a scenario summary report
| |
| Worksheet |
Indicates that the cache contains worksheet data
|
