Show / Hide Table of Contents

Class ProjectReference

A reference to an external VBA project

Inheritance
System.Object
Reference
ProjectReference
Inherited Members
Reference.Name
Reference.Libid
Reference.ToString()
Namespace: DRIT.Spreadsheet.Vba
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ProjectReference : Reference

Constructors

ProjectReference()

Constructor. Sets ReferenceRecordID to 0x0E

Declaration
public ProjectReference()

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
System.String

MajorVersion

Major version of the referenced VBA project

Declaration
public int MajorVersion { get; set; }
Property Value
Type Description
System.Int32

MinorVersion

Minor version of the referenced VBA project

Declaration
public int MinorVersion { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX