TableLayoutPanelCellPosition::Row Property

 

Gets or sets the row number of the current TableLayoutPanelCellPosition.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int Row {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The row number of the current TableLayoutPanelCellPosition.

.NET Framework
Available since 2.0
Return to top
Show: