Class ExcelVbaProject
- Namespace
- OfficeOpenXml.VBA
- Assembly
- Magicodes.EPPlus.dll
public class ExcelVbaProject
- Inheritance
-
ExcelVbaProject
- Inherited Members
-
- Extension Methods
-
Properties
CodePage
public int CodePage { get; }
Property Value
- int
Constants
public string Constants { get; set; }
Property Value
- string
Description
public string Description { get; set; }
Property Value
- string
HelpContextID
public int HelpContextID { get; set; }
Property Value
- int
HelpFile1
public string HelpFile1 { get; set; }
Property Value
- string
HelpFile2
public string HelpFile2 { get; set; }
Property Value
- string
Modules
public ExcelVbaModuleCollection Modules { get; set; }
Property Value
- ExcelVbaModuleCollection
Name
public string Name { get; set; }
Property Value
- string
Protection
public ExcelVbaProtection Protection { get; }
Property Value
- ExcelVbaProtection
References
public ExcelVbaReferenceCollection References { get; set; }
Property Value
- ExcelVbaReferenceCollection
Signature
public ExcelVbaSignature Signature { get; }
Property Value
- ExcelVbaSignature
SystemKind
public ExcelVbaProject.eSyskind SystemKind { get; set; }
Property Value
- ExcelVbaProject.eSyskind
Methods
Remove()
ToString()
public override string ToString()
Returns
- string