'宣言
Public Sub SetCellPosition( _ ByVal control As Control, _ ByVal position As TableLayoutPanelCellPosition _ )
public void SetCellPosition( Control control, TableLayoutPanelCellPosition position )
パラメータ
- control
- A control contained within a cell.
- position
- A System.Windows.Forms.TableLayoutPanelCellPosition that represents the row and the column of the cell.