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(params int[])
ExcelTextFormatFixedWidthBase.SetColumnPositions(int, params int[])
ExcelTextFormatFixedWidthBase.SetColumnDataTypes(params eDataTypes[])
ExcelTextFormatFixedWidthBase.SetColumnPaddingAlignmentType(params PaddingAlignmentType[])
ExcelTextFormatFixedWidthBase.SetUseColumns(params bool[])
ExcelTextFormatFixedWidthBase.SetColumnsNames(params 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