Parameters & Returns
Parameters
This function takes no parameters.
Returns
Quick Summary
Used with Each to specify the collection to iterate
Technical Exegesis...
Used with Each to specify the collection to iterate. Part of the For Each...In loop syntax. Connects the iterator variable to the collection being iterated. Works together with Each keyword to create collection iteration loops. Alternative to EachIn syntax for more readable iteration statements.