RowStyle Constructor (SizeType, Single)
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return to top
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- sizeType
-
Type:
System.Windows.Forms::SizeType
A SizeType indicating how the row should be should be sized relative to its containing table.
- height
-
Type:
System::Single
The preferred height in pixels or percentage of the TableLayoutPanel, depending on sizeType.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | height is less than 0. |
The height parameter will take on different meanings depending on the sizeType parameter. For more information, see the Height property.
.NET Framework
Available since 2.0
Available since 2.0
Show: