IGridItemProvider::RowSpan Property
Gets the number of rows spanned by a cell or item.
Syntax
HRESULT IGridItemProvider::get_RowSpan(int *pRetVal);
Parameters
- pRetVal
[retval][out] The address of a variable that receives an integer containing the number of rows spanned.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also