HTMLTableCellElement.ColSpan

HTMLTableCellElement.ColSpan property

Number of columns spanned by cell. See the colspan attribute definition in HTML 4.01.

public int ColSpan { get; set; }

See Also