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
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The module name. |
Property Value
| Type | Description |
|---|---|
| VbaModule | The module with the specified name. |
See Also