TableLayoutPanel.SetCellPosition Metod

Definition

TableLayoutPanelCellPosition Anger som representerar raden och kolumnen i cellen.

public:
 void SetCellPosition(System::Windows::Forms::Control ^ control, System::Windows::Forms::TableLayoutPanelCellPosition position);
public void SetCellPosition(System.Windows.Forms.Control control, System.Windows.Forms.TableLayoutPanelCellPosition position);
member this.SetCellPosition : System.Windows.Forms.Control * System.Windows.Forms.TableLayoutPanelCellPosition -> unit
Public Sub SetCellPosition (control As Control, position As TableLayoutPanelCellPosition)

Parametrar

control
Control

En kontroll som finns i en cell.

position
TableLayoutPanelCellPosition

En TableLayoutPanelCellPosition som representerar raden och kolumnen i cellen.

Gäller för