TableLayoutSettings::SetColumn Method (Object^, Int32)
.NET Framework (current version)
Sets the column position for the specified child control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- control
-
Type:
System::Object^
A control contained within a cell.
- column
-
Type:
System::Int32
The column position for the specified child control.
| Exception | Condition |
|---|---|
| ArgumentNullException | control is null. |
| ArgumentException | column is less than -1. |
.NET Framework
Available since 2.0
Available since 2.0
Show: