Parameter.SetParam(XlParameterType, Object) Method
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.
Defines a parameter for the specified query table.
public:
void SetParam(Microsoft::Office::Interop::Excel::XlParameterType Type, System::Object ^ Value);
public void SetParam (Microsoft.Office.Interop.Excel.XlParameterType Type, object Value);
Public Sub SetParam (Type As XlParameterType, Value As Object)
Parameters
- Type
- XlParameterType
Required XlParameterType.
- Value
- Object
Required Object. The value of the specified parameter, as shown in the description of the Type
argument.