XlTextQualifier 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 the delimiter to use to specify text.
public enum class XlTextQualifier
public enum XlTextQualifier
Public Enum XlTextQualifier
- Inheritance
-
XlTextQualifier
Fields
Name | Value | Description |
---|---|---|
xlTextQualifierNone | -4142 | No delimiter. |
xlTextQualifierDoubleQuote | 1 | Double quote ("). |
xlTextQualifierSingleQuote | 2 | Single quote ('). |