Table.TableCells.Layout.Mode Enum
Definition
Section titled “Definition”Defines several visual modes
public enum Table.TableCells.Layout.ModeFields
Section titled “Fields”Single
Section titled “Single”Only a single cell will be visualized
Single = 0Nothing will be visualized
None = 1EntireRow
Section titled “EntireRow”The entire row of the cell will be visualized
EntireRow = 2EntireColumn
Section titled “EntireColumn”The entire column of the cell will be visualized
EntireColumn = 3