WorksheetFunction.FilterXML(String, String) 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.
Obtenez des données spécifiques à partir du code XML retourné, généralement à partir d’un appel de fonction WebService .
public:
System::Object ^ FilterXML(System::String ^ Arg1, System::String ^ Arg2);
public object FilterXML (string Arg1, string Arg2);
Public Function FilterXML (Arg1 As String, Arg2 As String) As Object
Paramètres
- Arg1
- String
Chaîne xml valide.
- Arg2
- String
Chaîne de requête XPath.
Retours
VARIANTE
Remarques
Le paramètre XPath est limité à 1 024 caractères.
La fonction FILTERXML retourne les résultats qui sont analysés via les paramètres régionaux de données spécifiés par l’utilisateur.