Back to Devexpress

TableLayoutType Enum

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

latest1.3 KB
Original Source

TableLayoutType Enum

Lists algorithms which shall be used to lay out the contents of a table within the document.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public enum TableLayoutType
vb
<ComVisible(True)>
Public Enum TableLayoutType

Members

NameDescription
Autofit

The table is displayed using the autofit layout algorithm.

| | Fixed |

The table is displayed using a fixed layout algorithm.

|

The following properties accept/return TableLayoutType values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace