Back to Devexpress

TablePropertiesBase Interface

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

latest1.8 KB
Original Source

TablePropertiesBase Interface

Container for table characteristics used to specify default table properties and table style characteristics.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

The following members return TablePropertiesBase objects:

Remarks

Use the Document.DefaultTableProperties property to specify default table characteristics used in the document.

Table styles are contained in the TableStyleCollection accessible using the Document.TableStyles property. The TableStyle inherits properties of the TablePropertiesBase interface.

See Also

TablePropertiesBase Members

TableStyle

DevExpress.XtraRichEdit.API.Native Namespace