VbaProjectReferenceCollection.Item

VbaProjectReferenceCollection indexer

Get the reference in the list by the index.

public VbaProjectReference this[int i] { get; }
ParameterDescription
iThe index.

See Also