Class ExcelVbaReference
A VBA reference
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OfficeOpenXml.VBA
Assembly: EPPlus.dll
Syntax
public class ExcelVbaReference
Constructors
ExcelVbaReference()
Constructor. Defaults ReferenceRecordID to 0xD
Declaration
public ExcelVbaReference()
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 |
ReferenceRecordID
The reference record ID. See MS-OVBA documentation for more info.
Declaration
public int ReferenceRecordID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
ToString()
A string representation of the object (the Name)
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()