XlTextParsingType 列挙型

定義

クエリ テーブルにインポートするテキスト ファイル内のデータの列形式を指定します。

public enum class XlTextParsingType
public enum XlTextParsingType
Public Enum XlTextParsingType
継承
XlTextParsingType

フィールド

xlDelimited 1

既定値。 区切り文字で区切られたファイルを示します

xlFixedWidth 2

ファイルのデータが固定幅の列に配置されます。

適用対象