internal Column(TableLayout layout) { this.layout = layout; }
internal ColumnCollection(TableLayout layout) : base(MAX_TABLE_SIZE) => this.layout = layout;