XlParameterType Enum
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.
Specifies how to determine the value of the parameter for the specified query table.
public enum class XlParameterType
public enum XlParameterType
Public Enum XlParameterType
- Inheritance
-
XlParameterType
Fields
Name | Value | Description |
---|---|---|
xlPrompt | 0 | Displays a dialog box that prompts the user for the value. The Value argument specifies the text shown in the dialog box. |
xlConstant | 1 | Uses the value specified by the Value argument. |
xlRange | 2 | Uses the value of the cell in the upper-left corner of the range. The Value argument specifies a Range object. |