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


ProjectOption Enumeration
Defines the macro location.
Syntax
'Declaration
 
Public Enum ProjectOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As ProjectOption
Members
MemberDescription
AllLegacyProjectUses macros from the current document's legacy VBA project.
CommonProjectUses macros from the Common VBA project.
CurrentLegacyProjectUses macros from the current document's legacy VBA project.
CurrentProjectUses macros from the current document's VBA project.
Inheritance Hierarchy

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

See Also