Back to Devexpress

VbaModuleCollection.Item[String] Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-vbamodulecollection-dot-item-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

VbaModuleCollection.Item[String] Property

Gets the module with the specified name.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
VbaModule this[string name] { get; }
vb
ReadOnly Property Item(name As String) As VbaModule

Parameters

NameTypeDescription
nameString

The module name.

|

Property Value

TypeDescription
VbaModule

The module with the specified name.

|

See Also

VbaModuleCollection Interface

VbaModuleCollection Members

DevExpress.XtraRichEdit.API.Native Namespace