ElementName
(string) The element name (tag name) that you want to search for. Only elements that match will be counted. Use * to match any name.
Re t u r n s
(number) The number of matching child elements found. If an error occurs, -1 is returned. You can use
Application.GetLastError to determine whether this action failed, and why.