Método ExistsExists method
Retorna true se uma chave especificada existir no objeto Dictionary ; False se não houver.Returns True if a specified key exists in the Dictionary object; False if it does not.
SintaxeSyntax
objeto. Existir (chave)object.Exists (key)
A **** sintaxe do método Exists possui as seguintes partes:The Exists method syntax has these parts:
PartePart | DescriçãoDescription |
---|---|
objetoobject | Obrigatório.Required. Sempre o nome de um objeto Dictionary .Always the name of a Dictionary object. |
keykey | Obrigatório.Required. Valor de chave sendo procurado no objeto Dictionary .Key value being searched for in the Dictionary object. |
Confira tambémSee also
Suporte e comentáriosSupport and feedback
Tem dúvidas ou quer enviar comentários sobre o VBA para Office ou sobre esta documentação?Have questions or feedback about Office VBA or this documentation? Confira Suporte e comentários sobre o VBA para Office a fim de obter orientação sobre as maneiras pelas quais você pode receber suporte e fornecer comentários.Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.