Show / Hide Table of Contents

Class ExcelTextFormatFixedWidth

Describes how to split a fixed width text. Used by the ExcelRange.LoadFromText method

Inheritance
System.Object
ExcelTextFileFormat
ExcelTextFormatFixedWidthBase
ExcelTextFormatFixedWidth
Inherited Members
ExcelTextFormatFixedWidthBase.Columns
ExcelTextFormatFixedWidthBase.FormatErrorStrategy
ExcelTextFormatFixedWidthBase.PaddingCharacter
ExcelTextFormatFixedWidthBase.PaddingCharacterNumeric
ExcelTextFormatFixedWidthBase.LineLength
ExcelTextFormatFixedWidthBase.ClearColumnFormats()
ExcelTextFormatFixedWidthBase.SetColumnLengths(Int32[])
ExcelTextFormatFixedWidthBase.SetColumnPositions(Int32, Int32[])
ExcelTextFormatFixedWidthBase.SetColumnDataTypes(eDataTypes[])
ExcelTextFormatFixedWidthBase.SetColumnPaddingAlignmentType(PaddingAlignmentType[])
ExcelTextFormatFixedWidthBase.SetUseColumns(Boolean[])
ExcelTextFormatFixedWidthBase.SetColumnsNames(String[])
ExcelTextFileFormat.EOL
ExcelTextFileFormat.Culture
ExcelTextFileFormat.SkipLinesBeginning
ExcelTextFileFormat.SkipLinesEnd
ExcelTextFileFormat.Encoding
ExcelTextFileFormat.ShouldUseRow
ExcelTextFileFormat.Transpose
ExcelTextFileFormat.TableStyle
ExcelTextFileFormat.FirstRowIsHeader
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
Assembly: EPPlus.dll
Syntax
public class ExcelTextFormatFixedWidth : ExcelTextFormatFixedWidthBase

Constructors

ExcelTextFormatFixedWidth()

Declaration
public ExcelTextFormatFixedWidth()
In This Article
Back to top Generated by DocFX