Show / Hide Table of Contents

Class ExcelVbaReferenceControl

A reference to a twiddled type library

Inheritance
object
ExcelVbaReference
ExcelVbaReferenceControl
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 ExcelVbaReferenceControl : ExcelVbaReference, IExcelVBACollectionElement

Constructors

ExcelVbaReferenceControl()

Constructor. Sets ReferenceRecordID to 0x2F

Declaration
public ExcelVbaReferenceControl()

Properties

LibIdExtended

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

Declaration
public string LibIdExtended { get; set; }
Property Value
Type Description
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
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
Guid

Implements

IExcelVBACollectionElement
In this article
Back to top Generated by DocFX