Show / Hide Table of Contents

Enum TableDataSourceType

Specifies what the table data is based on.

Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum TableDataSourceType

Fields

Name Description
QueryTable

The table is based on an external data query.

Worksheet

The table is based on a worksheet data range.

Xml

The table is based on an XML mapping.

In this article
Back to top Generated by DocFX