Share via


IUIAutomationGridItemPattern::CurrentColumn Property

Retrieves the number of the column that contains the item.

Syntax

HRESULT IUIAutomationGridItemPattern::get_CurrentColumn(int *retVal);

Parameters

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

Return Value

Returns S_OK if successful, or an error value otherwise.