System.Windows.Forms.TableLayoutSettings.SetCellPosition Method

Sets the System.Windows.Forms.TableLayoutPanelCellPosition that represents the row and the column of the cell.

Syntax

[System.ComponentModel.DefaultValue(-1)]
public void SetCellPosition (object control, TableLayoutPanelCellPosition cellPosition)

Parameters

control
A control contained within a cell.
cellPosition
A System.Windows.Forms.TableLayoutPanelCellPosition that represents the cell position.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0