Show / Hide Table of Contents

Class ExcelTextFormatFixedWidth

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

Inheritance
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
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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