Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ordinal number of the row that contains the cell or item.
Syntax
HRESULT IGridItemProvider::get_Row(int *pRetVal);
Parameters
- pRetVal
[retval][out] The address of a variable that receives a zero-based ordinal number that identifies the row containing the cell or item.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also