TableLookTypes Enum
Lists values used to specify table style options influencing a table appearance.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v19.1.Core.dll
Declaration
Members
Name | Description |
---|---|
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. |
Remarks
The TableLookTypes enumeration values are used to set the Table.TableLook property.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the TableLookTypes enum.
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.