Show / Hide Table of Contents

Class Module

Inheritance
System.Object
Module
Namespace: DRIT.Spreadsheet.Vba
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Module : object

Properties

ClassID

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

Code

The code without any module level attributes. Can contain function level attributes.

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

Description

A description of the module

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

DesignerInformation

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

HelpContext

A reference to the helpfile

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

Name

The name of the module

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

Private

If the module is private

Declaration
public bool Private { get; set; }
Property Value
Type Description
System.Boolean

ReadOnly

If the module is readonly

Declaration
public bool ReadOnly { get; set; }
Property Value
Type Description
System.Boolean

Type

Type of module

Declaration
public ModuleType Type { get; }
Property Value
Type Description
ModuleType

Methods

ToString()

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