www.csvreader.com

[Visual Basic]
Public Enum TextAlignment
[C#]
public enum TextAlignment

Members

Member Name Description
Left Text will be left justified and padding characters will be used on the right side of the text if needed to extend the column's length to the defined length.
Right Text will be right justified and padding characters will be used on the left side of the text if needed to extend the column's length to the defined length.

Requirements

Namespace: DataStreams.FixedWidth

Assembly: DataStreams (in DataStreams.dll)

See Also

DataStreams.FixedWidth Namespace