Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TableStyleCollection Interface

A TableStyle objects collection that contains the table styles in a document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

[ComVisible(true)]
public interface TableStyleCollection :
    ISimpleCollection<TableStyle>,
    IEnumerable<TableStyle>,
    IEnumerable,
    ICollection

Remarks

Use the Document.TableStyles property to get access to the TableStyleCollection instance.

See Also