Show / Hide Table of Contents

Class ReferenceCollection

A collection of the vba projects references

Inheritance
System.Object
ReferenceCollection
Namespace: DRIT.Spreadsheet.Vba
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ReferenceCollection : IEnumerable<Reference>

Properties

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

Item[Int32]

Declaration
public Reference this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
Reference

Methods

Add(Reference)

Adds a new reference

Declaration
public void Add(Reference Item)
Parameters
Type Name Description
Reference Item

The reference object

GetEnumerator()

Declaration
public IEnumerator<Reference> GetEnumerator()
Returns
Type Description
IEnumerator<Reference>
Back to top Generated by DocFX