Click or drag to resize

AlignMode Enumeration

Indicates the align of the field when the FileHelperEnginewrites the record.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public enum AlignMode
Members
  Member nameValueDescription
Left0Aligns the field to the left.
Center1Aligns the field to the center.
Right2Aligns the field to the right.
See Also