TableLayoutPanel.SetCellPosition 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 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,表示儲存格的資料列和資料行。