Parameter.SetParam(XlParameterType, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义指定查询表的参数。
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)
参数
- Type
- XlParameterType
必需 XlParameterType。
- Value
- Object
必需的 对象。 指定参数的值,如参数的说明 Type
所示。