Show / Hide Table of Contents

Class LoadFromTextParams

Parameters for the LoadFromDictionaries method

Inheritance
object
LoadFromTextParams
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
bool

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
string
In this article
Back to top Generated by DocFX