_QueryTable.TextFileOtherDelimiter 属性

定义

返回或设置在向查询表中导入文本文件时用作分隔符的字符。 默认值为 Null。 读/写 String

public:
 property System::String ^ TextFileOtherDelimiter { System::String ^ get(); void set(System::String ^ value); };
public string TextFileOtherDelimiter { get; set; }
Public Property TextFileOtherDelimiter As String

属性值

注解

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

如果在字符串中指定了多个字符,则只使用第一个字符。

适用于