Show / Hide Table of Contents

Class ExcelVbaReferenceProject

A reference to an external VBA project

Inheritance
object
ExcelVbaReference
ExcelVbaReferenceProject
Implements
IExcelVBACollectionElement
Inherited Members
ExcelVbaReference.ReferenceRecordID
ExcelVbaReference.SecondaryReferenceRecordID
ExcelVbaReference.Name
ExcelVbaReference.Libid
ExcelVbaReference.ToString()
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 ExcelVbaReferenceProject : ExcelVbaReference, IExcelVBACollectionElement

Constructors

ExcelVbaReferenceProject()

Constructor. Sets ReferenceRecordID to 0x0E

Declaration
public ExcelVbaReferenceProject()

Properties

LibIdRelative

LibIdRelative For more info check MS-OVBA 2.1.1.8 LibidReference and 2.3.4.2.2 PROJECTREFERENCES

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

MajorVersion

Major version of the referenced VBA project

Declaration
public uint MajorVersion { get; set; }
Property Value
Type Description
uint

MinorVersion

Minor version of the referenced VBA project

Declaration
public ushort MinorVersion { get; set; }
Property Value
Type Description
ushort

Implements

IExcelVBACollectionElement
In this article
Back to top Generated by DocFX