System.Windows.Forms.TableLayoutSettings.SetRowSpan Method

Sets the number of rows that the cell containing the child control spans.

Syntax

public void SetRowSpan (object control, int value)

Parameters

control
A control contained within a cell.
value
The number of rows that the cell containing the child control spans.

Remarks

Documentation for this section has not yet been entered.

Requirements

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