Class ExcelVbaReferenceProject
A reference to an external VBA project
Implements
Inherited Members
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 |