Skip to main content
A newer version of this page is available.

TableCellStyleCollection Interface

A collection of styles for table cells in a Snap application.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[ComVisible(true)]
public interface TableCellStyleCollection :
    ISimpleCollection<TableCellStyle>,
    IEnumerable<TableCellStyle>,
    IEnumerable,
    ICollection

The following members return TableCellStyleCollection objects:

Remarks

The TableCellStyle and TableCellStyleCollection interfaces are designed for use in Snap applications only. There is no column or cell style for tables in Rich Edit, however, you can define a TableCellStyle for the whole table.

Use the SnapDocument.TableCellStyles to get access to a TableCellStyleCollection instance.

See Also