Show / Hide Table of Contents

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

Declaration
public bool FirstRowIsHeader { get; set; }
Property Value
Type Description
System.Boolean

Format

Declaration
public ExcelTextFormat Format { get; set; }
Property Value
Type Description
ExcelTextFormat

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX