Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / Children Property
In This Topic
Children Property
In This Topic
Gets all children of the current element.
Syntax
expression.Children As WebElement() object 
where expression is a variable that represents a WebElement Object

Property Value

An array of WebElement Objects.
See Also