Back to Devexpress

TableLookTypes Enum

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

latest2.0 KB
Original Source

TableLookTypes Enum

Lists values used to specify table style options influencing a table appearance.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Members

NameDescription
None

Specifies that row and column banding formatting is applied to the table, but special formatting is not applied to the first row, last row, first column and last column.

| | ApplyFirstRow |

Specifies that special formatting is applied to the first row of the table.

| | ApplyLastRow |

Specifies that special formatting is applied to the last row of the table.

| | ApplyFirstColumn |

Specifies that special formatting is applied to the first column of the table.

| | ApplyLastColumn |

Specifies that special formatting is applied to the last column of the table.

| | DoNotApplyRowBanding |

Specifies that row banding formatting is not applied to the table.

| | DoNotApplyColumnBanding |

Specifies that column banding formatting is not applied to the table.

|

The following properties accept/return TableLookTypes values:

Remarks

The TableLookTypes enumeration values are used to set the Table.TableLook property.

See Also

DevExpress.XtraRichEdit.API.Native Namespace