Class Reference
A VBA reference
Namespace: DRIT.Spreadsheet.Vba
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Reference : object
  Constructors
Reference()
Constructor. Defaults ReferenceRecordID to 0xD
Declaration
public Reference()
  Properties
Libid
LibID For more info check MS-OVBA 2.1.1.8 LibidReference and 2.3.4.2.2 PROJECTREFERENCES
Declaration
public string Libid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
The name of the reference
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
ToString()
A string representation of the object (the Name)
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String |