TableCollection Interface
In This Article
A collection of Table objects in a document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
[ComVisible(true)]
public interface TableCollection :
ReadOnlyTableCollection,
ISimpleCollection<Table>,
IEnumerable<Table>,
ICollection,
IEnumerable
#Returned By
The SubDocument.Tables property returns an instance of TableCollection.
#Remarks
Use the SubDocument.Tables to get access to a TableCollection instance.
See Also