Skip to main content

SubDocument.Tables Property

Provides access to a collection of tables contained in the current document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

TableCollection Tables { get; }

#Property Value

Type Description
TableCollection

A TableCollection object that is the collection of all tables in the current document.

See Also