Skip to main content
A newer version of this page is available. .

TablePanel.SetCell(Control, Int32, Int32) Method

Moves a control in the specific Table Panel cell. Note that you should first add the control to the panel Controls collection.

Namespace: DevExpress.Utils.Layout

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public void SetCell(
    Control control,
    int row,
    int column
)

Parameters

Name Type Description
control Control

The Control to move.

row Int32

The new index of a row.

column Int32

The new index of a column.

See Also