System.Windows.Forms.TableLayoutSettings.RowCount Property

Gets or sets the maximum number of rows allowed in the table layout.

Syntax

[System.ComponentModel.DefaultValue(0)]
public int RowCount { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Setting the TableLayoutSettings.RowCount property does not allocate the rows or any backing memory. This allocation occurs when the rows are created.

Setting this property causes the table to undergo another layout operation.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0