Back to Devexpress

TableCollection Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-7e4a4361.md

latest1.5 KB
Original Source

TableCollection Interface

A collection of Table objects in a document.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface TableCollection :
    ReadOnlyTableCollection,
    ISimpleCollection<Table>,
    IEnumerable<Table>,
    IEnumerable,
    ICollection
vb
<ComVisible(True)>
Public Interface TableCollection
    Inherits ReadOnlyTableCollection,
             ISimpleCollection(Of Table),
             IEnumerable(Of Table),
             IEnumerable,
             ICollection

The following members return TableCollection objects:

Remarks

Use the SubDocument.Tables to get access to a TableCollection instance.

See Also

TableCollection Members

DevExpress.XtraRichEdit.API.Native Namespace