Share via


_QueryTable.PostText Property

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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property PostText As String
    Get
    Set
'Usage
Dim instance As _QueryTable
Dim value As String

value = instance.PostText

instance.PostText = value
string PostText { get; set; }

Property Value

Type: System.String

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.

See Also

Reference

_QueryTable Interface

_QueryTable Members

Microsoft.Office.Interop.Excel Namespace