Enum TableLooks
Specifies which table regions receive conditional formatting from the applied table style, such as first row, banded rows, or corner columns.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
[Flags]
public enum TableLooks
BandedColumns
Applies alternating formatting to column groups for improved readability.
BandedRows
Applies alternating formatting to row groups for improved readability.
FirstColumn
Applies distinct formatting to the first column, typically used for row headers.
FirstRow
Applies distinct formatting to the first row, typically used for table headers.
LastColumn
Applies distinct formatting to the last column.
LastRow
Applies distinct formatting to the last row, typically used for table totals or summaries.
None
No table regions receive conditional formatting from the style.