TableCell.RowSpan Property

Definition

Gets or sets the number of rows in the Table control that the cell spans.

C#
[System.ComponentModel.Bindable(true)]
public virtual int RowSpan { get; set; }
C#
public virtual int RowSpan { get; set; }

Property Value

The number of rows in the rendered table that the cell spans. The default value is 0, which indicates that this property is not set.

Attributes

Exceptions

The selected value is less than 0.

Remarks

Use the RowSpan property to specify or determine the number of rows in the rendered table that the cell spans. For example, if you set this property to 2, the cell takes up two rows in the Table control.

Applies to

Produkt Verzie
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also