Parameter.SetParam(XlParameterType, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit un paramètre pour la table de requêtes spécifiée.
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)
Paramètres
- Type
- XlParameterType
Obligatoire XlParameterType .
- Value
- Object
Required, objet. Valeur du paramètre spécifié, comme illustré dans la description de Type l’argument.