Retrieves how many rows in a TABLE this cell spans.
Syntax
HRESULT get_rowSpan(
long *p
);
Parameters
- p
- Address of a long integer receiving the number of rows spanned.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Sets how many rows in a TABLE this cell should span.
Syntax
HRESULT put_rowSpan(
long v
);
Parameters
- v
- Long integer value that specifies the number of rows to span.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0