Show / Hide Table of Contents

Class ExcelVbaReferenceProject

A reference to an external VBA project

Inheritance
Object
ExcelVbaReference
ExcelVbaReferenceProject
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

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
UInt32

MinorVersion

Minor version of the referenced VBA project

Declaration
public ushort MinorVersion { get; set; }
Property Value
Type Description
UInt16
In this article
Back to top Generated by DocFX