Class ExcelVBAModule
- Namespace
- OfficeOpenXml.VBA
- Assembly
- EPPlus.dll
A VBA code module.
public class ExcelVBAModule
- Inheritance
-
ExcelVBAModule
- Inherited Members
Properties
Attributes
Module level attributes.
public ExcelVbaModuleAttributesCollection Attributes { get; }
Property Value
Code
The code without any module level attributes.
public string Code { get; set; }
Property Value
Description
A description of the module
public string Description { get; set; }
Property Value
HelpContext
A reference to the helpfile
public int HelpContext { get; set; }
Property Value
Name
The name of the module
public string Name { get; set; }
Property Value
Private
If the module is private
public bool Private { get; set; }
Property Value
ReadOnly
If the module is readonly
public bool ReadOnly { get; set; }
Property Value
Type
Type of module
public eModuleType Type { get; }
Property Value
Methods
ToString()
Converts the object to a string
public override string ToString()
Returns
- string
The name of the VBA module