IParameter.SetParam Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub SetParam ( _
Type As XlParameterType, _
Value As Object _
)
'Usage
Dim instance As IParameter
Dim Type As XlParameterType
Dim Value As Object
instance.SetParam(Type, Value)
void SetParam(
XlParameterType Type,
Object Value
)
Parameters
- Value
Type: System.Object