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

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.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

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

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