Show / Hide Table of Contents

Enum eConnectionTextQualifier

A text qualifier used for text data sources.

Namespace: OfficeOpenXml.Data.Connection
Assembly: EPPlus.dll
Syntax
public enum eConnectionTextQualifier

Fields

Name Description
DoubleQuote

A double quote (") is used as the text qualifier.

None

No text qualifier is used.

SingleQuote

A single quote (') is used as the text qualifier.

In this article
Back to top Generated by DocFX