Show / Hide Table of Contents

Class ExcelVbaReference

A VBA reference

Inheritance
Object
ExcelVbaReference
ExcelVbaReferenceControl
ExcelVbaReferenceProject
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, 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
String

Name

The name of the reference

Declaration
public string Name { get; set; }
Property Value
Type Description
String

ReferenceRecordID

The reference record ID. See MS-OVBA documentation for more info.

Declaration
public int ReferenceRecordID { get; }
Property Value
Type Description
Int32

SecondaryReferenceRecordID

The reference record ID. See MS-OVBA documentation for more info.

Declaration
public int SecondaryReferenceRecordID { get; }
Property Value
Type Description
Int32

Methods

ToString()

A string representation of the object (the Name)

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
System.Object.ToString()
In this article
Back to top Generated by DocFX