Parameter.PromptString Property
Returns the phrase that prompts the user for a parameter value in a parameter query. Read-only String.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property PromptString As String
Get
'Usage
Dim instance As Parameter
Dim value As String
value = instance.PromptString
string PromptString { get; }
Property Value
Type: System.String