Share via


IUIAutomationGridItemPattern::CachedColumn Property

Retrieves the cached number of the column that contains the item.

Syntax

HRESULT IUIAutomationGridItemPattern::get_CachedColumn(int *retVal);

Parameters

  • retVal
    The address of a variable that receives the cached zero-based index of the column. The default value is 0.

Return Value

Returns S_OK if successful, or an error value otherwise.