System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (3)
342SetCellPosition(control, row, -1, rowSpecified: true, colSpecified: false);
368SetCellPosition(control, cellPosition.Row, cellPosition.Column, rowSpecified: true, colSpecified: true);
409SetCellPosition(control, -1, column, rowSpecified: false, colSpecified: true);