GetItem (NotesDOMNodeList - LotusScript®)
Returns the node at a specified position in the list.
Defined in
Syntax
Set notesDOMNode = notesDOMNodeList .GetItem( index& )
Parameters
index&
Long. Read-only.
Return value
notesDOMNode
The node at the position index& in the list, or null if that is not a valid index.