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

TableStyleCollection.CreateNew() Method

Creates a new table style.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

TableStyle CreateNew()

Returns

Type Description
TableStyle

A TableStyle object that is a table style.

Remarks

The CreateNew method creates a style, but it does not add the style to collection of document styles. Use the TableStyleCollection.Add method to add a newly created style to the collection; otherwise the style cannot be applied.

The following code snippets (auto-collected from DevExpress Examples) contain references to the CreateNew() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also