TableLayoutPanel.SetCellPosition 메서드

정의

셀의 행과 열을 나타내는 TableLayoutPanelCellPosition을 설정합니다.

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)

매개 변수

control
Control

셀에 포함된 컨트롤입니다.

position
TableLayoutPanelCellPosition

셀의 행 및 열을 나타내는 TableLayoutPanelCellPosition입니다.

적용 대상