TxtLoadOptions.TextQualifier

TxtLoadOptions.TextQualifier property

Specifies the text qualifier for cell values. Default qualifier is ‘"’.

public char TextQualifier { get; set; }

Remarks

When setting this property, HasTextQualifier will become true automatically.

See Also