Skip to main content
.NET Framework 4.5.2+

TableCellStyleCollection Interface

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

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