Gets or sets the number of columns spanned by the cell.

[VBScript]
Public Property RowSpan As Integer
[JScript]
public function get RowSpan() : int;
public function set RowSpan(int);

Property Value

A string representing the number of columns spanned by the cell.

See Also

HTMLTableCellElement Object | HTMLTableCellElement Members | DOM Namespace