IHTMLTableCell::rowSpan Property

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

Syntax

HRESULT IHTMLTableCell::get_rowSpan(long *p);
HRESULT IHTMLTableCell::put_rowSpan(long v);

Parameters

  • p
    Pointer to a variable of type long that receives the number of spanned rows.
  • v
    long that specifies the number of spanned rows.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

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