Class ExcelTextFormat
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public class ExcelTextFormat
- Inheritance
-
ExcelTextFormat
- Inherited Members
-
- Extension Methods
-
Constructors
ExcelTextFormat()
Properties
Culture
public CultureInfo Culture { get; set; }
Property Value
- CultureInfo
DataTypes
public eDataTypes[] DataTypes { get; set; }
Property Value
- eDataTypes[]
Delimiter
public char Delimiter { get; set; }
Property Value
- char
EOL
public string EOL { get; set; }
Property Value
- string
Encoding
public Encoding Encoding { get; set; }
Property Value
- Encoding
SkipLinesBeginning
public int SkipLinesBeginning { get; set; }
Property Value
- int
SkipLinesEnd
public int SkipLinesEnd { get; set; }
Property Value
- int
TextQualifier
public char TextQualifier { get; set; }
Property Value
- char