_QueryTable.TextFileParseType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置要导入查询表的文本文件中数据的列格式。 读/写 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) 时,才使用此属性。