HTMLTableCellElement.RowSpan

HTMLTableCellElement.RowSpan property

Number of rows spanned by cell. See the rowspan attribute definition in HTML 4.01.

public int RowSpan { get; set; }

See Also