VbaReferenceCollection.Item

VbaReferenceCollection indexer

Gets VbaReference object at the specified index.

public VbaReference this[int index] { get; }
Parameter Description
index The zero-based index of the reference to get.

See Also