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

    Show / Hide Table of Contents

    VbaProject Class

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

    Represents the VBA project.

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

    Properties

    Modules

    Gets all VbaModule objects.

    • C#
    • VB.NET
    public VbaModuleCollection Modules { get; }
    Public ReadOnly Property Modules As VbaModuleCollection
    Property Value
    VbaModuleCollection

    Name

    Gets or sets the name of the VbaProject.

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

    Methods

    Delete()

    Deletes this VBA project from the workbook.

    • C#
    • VB.NET
    public void Delete()
    Public Sub Delete
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.