Skip to main content
All docs
V24.2

VbaModuleCollection.Item[String] Property

Gets the module with the specified name.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.2.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