Share via


IUIAutomationGridItemPattern::CachedRowSpan Property

Retrieves the cached number of rows spanned by a grid item.

Syntax

HRESULT IUIAutomationGridItemPattern::get_CachedRowSpan(int *retVal);

Parameters

  • retVal
    The address of a variable that receives the cached number of rows spanned. The default value is 1.

Return Value

Returns S_OK if successful, or an error value otherwise.