_QueryTable.PostText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the string used with the post method of inputting data into a Web server to return data from a Web query. Read/write String.
public:
property System::String ^ PostText { System::String ^ get(); void set(System::String ^ value); };
public string PostText { get; set; }
Public Property PostText As String
Property Value
Remarks
Some of the content in this topic may not be applicable to some languages.
Microsoft Excel includes sample Web queries that you can modify by changing the HTML code by using WordPad or another text editor. You can find these samples in the Queries folder where you installed Microsoft Office.