Back to Devexpress

Document.VbaProject Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-c5cb2ca0.md

latest1.1 KB
Original Source

Document.VbaProject Property

Obtains the VBA project stored in macro-enabled document.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
VbaProject VbaProject { get; }
vb
ReadOnly Property VbaProject As VbaProject

Property Value

TypeDescription
VbaProject

The VBA project.

|

See Also

Document Interface

Document Members

DevExpress.XtraRichEdit.API.Native Namespace