Skip to content

Table.TableCells.Layout.Mode Enum

Defines several visual modes

C#
public enum Table.TableCells.Layout.Mode

Only a single cell will be visualized

C#
Single = 0

Nothing will be visualized

C#
None = 1

The entire row of the cell will be visualized

C#
EntireRow = 2

The entire column of the cell will be visualized

C#
EntireColumn = 3