menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IVbaModule - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IVbaModule

    Interface for using Vba project module

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public interface IVbaModule

    Properties

    Code

    Specifies the Vba code for the module

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

    DesignerStorage

    Specifies the Vba project Form module designer.

    Declaration
    object DesignerStorage { get; set; }
    Property Value
    Type
    System.Object

    Name

    Specifies the Vba module name

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

    Type

    Indicates the Vba module type.

    Declaration
    VbaModuleType Type { get; }
    Property Value
    Type
    VbaModuleType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved