This topic has not yet been rated - Rate this topic

rowSpan property

Sets or retrieves how many rows in a table the cell should span.

HTML 4.01 Specification, Section 11.2.6

Syntax

HRESULT value = object.put_rowSpan( v);HRESULT value = object.get_rowSpan(* p);

Property values

Type: long

the number of spanned rows.

Standards information

Remarks

This property can be changed only after the document has been loaded.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.