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