Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / MacroEnumerationOption Enumeration


MacroEnumerationOption Enumeration
Indicates where the macro source is located.
Syntax
'Declaration
 
Public Enum MacroEnumerationOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As MacroEnumerationOption
Members
MemberDescription
CommonProjectMacros are located in the Common VBA project.
DocumentMacros are located in the current session document's VBA project.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.MacroEnumerationOption

See Also