Skip to main content

TableStyleCollection Interface

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

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

#Returned By

The Document.TableStyles property returns an instance of TableStyleCollection.

#Remarks

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

See Also