_QueryTable.TextFileStartRow 属性

定义

返回或设置向查询表中导入文本文件时进行文本分列的起始行号。 有效值为 1 到 32,767 的整数。 默认值为 1。 Integer 型,可读/写。

public:
 property int TextFileStartRow { int get(); void set(int value); };
public int TextFileStartRow { get; set; }
Public Property TextFileStartRow As Integer

属性值

注解

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

适用于