GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    VbaModuleType Enum

    Namespace:
    GemBox.Presentation.Vba
    Assembly:
    GemBox.Presentation.dll

    Represents the type of VbaModule.

    • C#
    • VB.NET
    public enum VbaModuleType
    Public Enum VbaModuleType

    Fields

    Class

    A module that contains the definition for a new object. Each instance of a class creates a new object, and procedures that are defined in the module become properties and methods of the object.

    Designer

    A VBA module that extends the methods and properties of an ActiveX control that has been registered with the project.

    Document

    A type of VBA project item that specifies a module for embedded macros and programmatic access operations that are associated with a document.

    Procedural

    A collection of subroutines and functions.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.