Interface IVbaModule
Interface for using Vba project module
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IVbaModule
Properties
Code
Specifies the Vba code for the module
Declaration
string Code { get; set; }
Property Value
Type |
---|
System.String |
DesignerStorage
Specifies the Vba project Form module designer.
Declaration
object DesignerStorage { get; set; }
Property Value
Type |
---|
System.Object |
Name
Specifies the Vba module name
Declaration
string Name { get; set; }
Property Value
Type |
---|
System.String |
Type
Indicates the Vba module type.
Declaration
VbaModuleType Type { get; }
Property Value
Type |
---|
VbaModuleType |