Interface IVbaProject
Interface used for Vba project in the workbook.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IVbaProject
Properties
Constants
Specifies the vba project contants.
Declaration
string Constants { get; set; }
Property Value
Type |
---|
System.String |
Description
Specifies the Vba project description details.
Declaration
string Description { get; set; }
Property Value
Type |
---|
System.String |
HelpContextId
Indicates the help context id in the help file.
Declaration
uint HelpContextId { get; set; }
Property Value
Type |
---|
System.UInt32 |
HelpFile
Specifies the path of the Help file.
Declaration
string HelpFile { get; set; }
Property Value
Type |
---|
System.String |
Modules
Contains the Vba project module collection.
Declaration
IVbaModules Modules { get; }
Property Value
Type |
---|
IVbaModules |
Name
Specifies the Vba project name.
Declaration
string Name { get; set; }
Property Value
Type |
---|
System.String |