Class LoadFromTextParams
Parameters for the LoadFromDictionaries method
Inheritance
System.Object
LoadFromTextParams
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.LoadFunctions.Params
Assembly: EPPlus.dll
Syntax
public class LoadFromTextParams
Properties
FirstRowIsHeader
The first row in the text is the header row
Declaration
public bool FirstRowIsHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Format
Describes how to split a CSV text.
Declaration
public ExcelTextFormat Format { get; set; }
Property Value
Type | Description |
---|---|
ExcelTextFormat |
Text
The text to split
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |