Show / Hide Table of Contents

Class Reference

A VBA reference

Inheritance
System.Object
Reference
ControlReference
ProjectReference
Namespace: DRIT.Spreadsheet.Vba
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Reference : object

Constructors

Reference()

Constructor. Defaults ReferenceRecordID to 0xD

Declaration
public Reference()

Properties

Libid

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

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

Name

The name of the reference

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

Methods

ToString()

A string representation of the object (the Name)

Declaration
public override string ToString()
Returns
Type Description
System.String
Back to top Generated by DocFX