Enum CliTableOrientation
Specifies the orientation of a CLI table.
public enum CliTableOrientation
Fields
Horizontal = 1- Rotated layout: headers are rendered as the first column, and each subsequent column represents a single data record.
Vertical = 0- Default layout: headers are rendered as the first row, and each subsequent row represents a single data record.