FixedWidthColumn Class
Class that represents column in Fixed-Width Text format.
- Inheritance:
- System.ObjectFixedWidthColumn
Constructors
FixedWidthColumn(Int32)
Initializes a new instance of the FixedWidthColumn class.
Parameters
width
- System.Int32
The column width.
Properties
LoadConverter
Gets or sets the converter for converting value from file to ExcelCell value when loading from Fixed-Width Text file.
public Converter<string, object> LoadConverter { get; set; }
Public Property LoadConverter As Converter(Of String, Object)
Property Value
- System.Converter<System.String, System.Object>
SaveConverter
Gets or sets the converter for converting ExcelCell value to text when saving to Fixed-Width Text file.
public Converter<object, string> SaveConverter { get; set; }
Public Property SaveConverter As Converter(Of Object, String)
Property Value
- System.Converter<System.Object, System.String>
Width
Gets or sets a value that represents column width.
Property Value
- System.Int32