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

TableCellStyleCollection.Add(TableCellStyle) Method

Add a style to the collection of styles in the current document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

void Add(
    TableCellStyle style
)

Parameters

Name Type Description
style TableCellStyle

A TableCellStyle class instance that is a table style.

Remarks

To create a new style, use the TableCellStyleCollection.CreateNew method.

See Also