Class Module
Inheritance
System.Object
Module
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 |
|
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
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Declaration
public ModuleType Type { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|