'Declaration Public Sub SetCellPosition( _ ByVal control As Control, _ ByVal position As TableLayoutPanelCellPosition _ )
public void SetCellPosition( Control control, TableLayoutPanelCellPosition position )
Parameters
- control
- A control contained within a cell.
- position
- A System.Windows.Forms.TableLayoutPanelCellPosition that represents the row and the column of the cell.