Enum Table.TableCells.Layout.Mode
Defines several visual modes
Namespace: SadConsole.UI.Controls
Assembly: SadConsole.Extended.dll
Syntax
public enum Table.TableCells.Layout.Mode
Fields
| Name | Description |
|---|---|
| EntireColumn | The entire column of the cell will be visualized |
| EntireRow | The entire row of the cell will be visualized |
| None | Nothing will be visualized |
| Single | Only a single cell will be visualized |