Back to Devexpress

TableCellPropertiesBase Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-d839c0c0.md

latest1.2 KB
Original Source

TableCellPropertiesBase Interface

Container for table characteristics used to specify table cell characteristics for table styles.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface TableCellPropertiesBase
vb
<ComVisible(True)>
Public Interface TableCellPropertiesBase

Remarks

The TableStyle interface inherits the TableCellPropertiesBase interface, so its properties are used to specify table and cell characteristics in table styles.

See Also

TableCellPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace