Show / Hide Table of Contents

Class ExcelVbaReference

A VBA reference

Inheritance
object
ExcelVbaReference
ExcelVbaReferenceControl
ExcelVbaReferenceProject
Implements
IExcelVBACollectionElement
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 : IExcelVBACollectionElement

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
int

SecondaryReferenceRecordID

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

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

Methods

ToString()

A string representation of the object (the Name)

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

IExcelVBACollectionElement
In this article
Back to top Generated by DocFX