Share via


_QueryTable.TextFileParseType プロパティ

定義

クエリ テーブルにインポートするテキスト ファイル内のデータの列形式を設定または返します。 読み取り/書き込み XlTextParsingType

public:
 property Microsoft::Office::Interop::Excel::XlTextParsingType TextFileParseType { Microsoft::Office::Interop::Excel::XlTextParsingType get(); void set(Microsoft::Office::Interop::Excel::XlTextParsingType value); };
public Microsoft.Office.Interop.Excel.XlTextParsingType TextFileParseType { get; set; }
Public Property TextFileParseType As XlTextParsingType

プロパティ値

注釈

このプロパティは、クエリ テーブルがテキスト ファイルのデータに基づいている場合にのみ使用します (プロパティが QueryTypexlTextImport に設定されています)。

適用対象