TableLookTypes Enum
Lists values used to specify table style options influencing a table appearance.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#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. |
Apply
|
Specifies that special formatting is applied to the first row of the table. |
Apply
|
Specifies that special formatting is applied to the last row of the table. |
Apply
|
Specifies that special formatting is applied to the first column of the table. |
Apply
|
Specifies that special formatting is applied to the last column of the table. |
Do
|
Specifies that row banding formatting is not applied to the table. |
Do
|
Specifies that column banding formatting is not applied to the table. |
#Related API Members
The following properties accept/return TableLookTypes values:
#Remarks
The TableLookTypes enumeration values are used to set the Table.TableLook property.