ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IVbaProject

    Show / Hide Table of Contents

    Interface IVbaProject

    Interface used for Vba project in the workbook.

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public interface IVbaProject

    Properties

    Constants

    Specifies the vba project contants.

    Declaration
    string Constants { get; set; }
    Property Value
    Type Description
    System.String

    Description

    Specifies the Vba project description details.

    Declaration
    string Description { get; set; }
    Property Value
    Type Description
    System.String

    HelpContextId

    Indicates the help context id in the help file.

    Declaration
    uint HelpContextId { get; set; }
    Property Value
    Type Description
    System.UInt32

    HelpFile

    Specifies the path of the Help file.

    Declaration
    string HelpFile { get; set; }
    Property Value
    Type Description
    System.String

    Modules

    Contains the Vba project module collection.

    Declaration
    IVbaModules Modules { get; }
    Property Value
    Type Description
    IVbaModules

    Name

    Specifies the Vba project name.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved