Show / Hide Table of Contents

Class ExcelVbaReferenceControl

A reference to a twiddled type library

Inheritance
System.Object
ExcelVbaReference
ExcelVbaReferenceControl
Inherited Members
ExcelVbaReference.ReferenceRecordID
ExcelVbaReference.Name
ExcelVbaReference.Libid
ExcelVbaReference.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OfficeOpenXml.VBA
Assembly: EPPlus.dll
Syntax
public class ExcelVbaReferenceControl : ExcelVbaReference

Properties

LibIdExternal

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

Declaration
public string LibIdExternal { get; set; }
Property Value
Type Description
System.String

LibIdTwiddled

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

Declaration
public string LibIdTwiddled { get; set; }
Property Value
Type Description
System.String

OriginalTypeLib

A GUID that specifies the Automation type library the extended type library was generated from.

Declaration
public Guid OriginalTypeLib { get; set; }
Property Value
Type Description
System.Guid
Back to top Generated by DocFX