XlTextParsingType 枚举

定义

指定要导入到查询表中的文本文件中的数据的列格式。

public enum class XlTextParsingType
public enum XlTextParsingType
Public Enum XlTextParsingType
继承
XlTextParsingType

字段

xlDelimited 1

默认值。 指示文件由分隔符分隔

xlFixedWidth 2

指示将文件中的数据排列在固定宽度的列中。

适用于