Bearbeiten

TableLayoutPanelCellPosition.Row Property

Definition

Gets or sets the row number of the current TableLayoutPanelCellPosition.

public:
 property int Row { int get(); void set(int value); };
public int Row { get; set; }
member this.Row : int with get, set
Public Property Row As Integer

Property Value

The row number of the current TableLayoutPanelCellPosition.

Applies to

See also