TableLayoutPanelCellPosition::Column Property

 

Gets or sets the column number of the current TableLayoutPanelCellPosition.

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

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

Property Value

Type: System::Int32

The column number of the current TableLayoutPanelCellPosition.

.NET Framework
Available since 2.0
Return to top
Show: