You can indicate the align char.
[Visual Basic]
Overloads Public Sub New( _
ByVal
align As
AlignMode, _
ByVal
alignChar As
Char _
)
[C#]
public FieldAlignAttribute(
AlignMode align,
char alignChar);
Parameters
-
align
- The position of the alignment.
-
alignChar
- The character used to align.
See Also
FieldAlignAttribute Class | FileHelpers Namespace | FieldAlignAttribute Constructor Overload List
Powered by: