Back to Devexpress

VbaModuleCollection Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-977f3877.md

latest1.3 KB
Original Source

VbaModuleCollection Interface

A collection of VBA project modules.’

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public interface VbaModuleCollection :
    ISimpleCollection<VbaModule>,
    IEnumerable<VbaModule>,
    IEnumerable,
    ICollection
vb
Public Interface VbaModuleCollection
    Inherits ISimpleCollection(Of VbaModule),
             IEnumerable(Of VbaModule),
             IEnumerable,
             ICollection

The following members return VbaModuleCollection objects:

See Also

VbaModuleCollection Members

DevExpress.XtraRichEdit.API.Native Namespace