_QueryTable.PostText 属性

定义

返回或设置用于 post 方法的字符串,post 方法用于向 Web 服务器输入数据以从 Web 查询中返回数据。 读/写 String

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

属性值

注解

本主题中的某些内容可能不适用于某些语言。

Microsoft Excel 带有 Web 查询示例,使用 WordPad 或其他文本编辑器可对其中的 HTML 代码进行更改。 查询示例在 Microsoft Office 的安装文件夹的“Queries”文件夹中。

适用于