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

TableCellStyle Interface

A single style that can be applied to a cell in a table of a Snap application.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[ComVisible(true)]
public interface TableCellStyle :
    TableCellPropertiesBase,
    CharacterPropertiesBase,
    ParagraphPropertiesBase

The following members return TableCellStyle objects:

Remarks

The TableCellStyle and TableCellStyleCollection interfaces are designed for use in Snap applications only. There are 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 collection of TableCellStyle objects.

See Also