TableLayoutSettings::GetColumn Method (Object^)

 

Gets the column position of the specified child control.

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

public:
int GetColumn(
	Object^ control
)

Parameters

control
Type: System::Object^

A control contained within a cell.

Return Value

Type: System::Int32

The column position of the specified child control.

Exception Condition
ArgumentNullException

control is null.

.NET Framework
Available since 2.0
Return to top
Show: