IUIAutomationTablePattern::CurrentRowOrColumnMajor Property

Retrieves the primary direction of traversal for the table.

Syntax

HRESULT IUIAutomationTablePattern::get_CurrentRowOrColumnMajor(RowOrColumnMajor *retVal);

Parameters

  • retVal
    The address of a variable that receives a value from the RowOrColumnMajor enumerated type indicating the primary direction of traversal. The default value is RowOrColumnMajor_Indeterminate.

Return Value

Returns S_OK if successful, or an error value otherwise.