Skip to main content
All docs
V25.1
  • VbaModuleCollection.Item[String] Property

    Gets the module with the specified name.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    VbaModule this[string name] { get; }

    Parameters

    Name Type Description
    name String

    The module name.

    Property Value

    Type Description
    VbaModule

    The module with the specified name.

    See Also