rowSpan property
Sets or retrieves how many rows in a table the cell should span.
![]() |
Syntax
HRESULT value = object.put_rowSpan( v);HRESULT value = object.get_rowSpan(* p);
Property values
Type: long
the number of spanned rows.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 11.2.6
Remarks
This property can be changed only after the document has been loaded.
Show:
