TableLayoutPanel.SetCellPosition Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le TableLayoutPanelCellPosition qui représente la ligne et la colonne de la cellule.
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)
Paramètres
- control
- Control
Contrôle contenu dans une cellule.
- position
- TableLayoutPanelCellPosition
TableLayoutPanelCellPosition qui représente la ligne et la colonne de la cellule.