CacheSource Property

Office Open XML

Type of source data

Namespace:  OfficeOpenXml.Table.PivotTable
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public eSourceType CacheSource { get; }
Visual Basic (Declaration)
Public ReadOnly Property CacheSource As eSourceType
Visual C++
public:
property eSourceType CacheSource {
	eSourceType get ();
}

See Also