Visible
(boolean) Whether to make the xButton visible or invisible:
VALUE DESCRIPTION |
|
true |
Visible. (Default) |
false |
Invisible. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
X ML
XML.Count
OverviewExamples
number XML.Count ( string XMLPath,
string ElementName )
De s cr ip t ion
Counts the number of elements below a given XML path that match a given element name.
Note: For more information on the XML actions, see the XML Actions Concepts topic.
P arame t er s
XMLPath
(string) The full path to the element whose children you want to count.