_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

属性值

注解

仅当查询表基于文本文件中的数据 (QueryType 且属性设置为 xlTextImport) 时,才使用此属性。

适用于