Enum eAttributeDataType
- Namespace
- OfficeOpenXml.VBA
- Assembly
- EPPlus.dll
To determine if the attribute uses double quotes around the value
public enum eAttributeDataType
Fields
NonString = 1
Not a string
String = 0
A string
To determine if the attribute uses double quotes around the value
public enum eAttributeDataType
NonString = 1
Not a string
String = 0
A string