Item

VbaReferenceCollection indexer

Gets VbaReference object at the specified index.

public VbaReference this[int index] { get; }
ParameterDescription
indexThe zero-based index of the reference to get.

See Also