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

    Show / Hide Table of Contents

    VbaModule Class

    Namespace:
    GemBox.Document.Vba
    Assembly:
    GemBox.Document.dll

    Represents the module in VbaProject.

    • C#
    • VB.NET
    public sealed class VbaModule
    Public NotInheritable Class VbaModule
    Inheritance:
    System.Object
    VbaModule

    Properties

    Code

    Gets or sets the code of VbaModule.

    • C#
    • VB.NET
    public string Code { get; set; }
    Public Property Code As String
    Property Value
    System.String

    Name

    Gets or sets the name of VbaModule.

    • C#
    • VB.NET
    public string Name { get; set; }
    Public Property Name As String
    Property Value
    System.String

    Type

    Gets the type of VbaModule.

    • C#
    • VB.NET
    public VbaModuleType Type { get; }
    Public ReadOnly Property Type As VbaModuleType
    Property Value
    VbaModuleType
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.