Back to Devexpress

ConditionalTableStyleFormattingTypes Enum

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

latest2.1 KB
Original Source

ConditionalTableStyleFormattingTypes Enum

Lists table elements to which a style should be applied.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Members

NameDescription
WholeTable

Formats the whole table.

| | FirstRow |

Formats the first row of a table.

| | LastRow |

Formats the last row of a table.

| | FirstColumn |

Formats the first column of a table.

| | LastColumn |

Formats the last column of a table.

| | OddColumnBanding |

Formats odd columns of a table.

| | EvenColumnBanding |

Formats even columns of a table.

| | OddRowBanding |

Formats odd rows of a table.

| | EvenRowBanding |

Formats even rows of a table.

| | TopRightCell |

Formats the top right cell of a table.

| | TopLeftCell |

Formats the top left cell of a table.

| | BottomRightCell |

Formats the bottom right cell of a table.

| | BottomLeftCell |

Formats the bottom left cell of a table.

|

See Also

Item[ConditionalTableStyleFormattingTypes]

CreateConditionalStyle(ConditionalTableStyleFormattingTypes)

DevExpress.XtraRichEdit.API.Native Namespace