Share via


ITableProvider::RowOrColumnMajor Property

Retrieves the primary direction of traversal for the table.

Syntax

HRESULT ITableProvider::get_RowOrColumnMajor(RowOrColumnMajor *pRetVal);

Parameters

  • pRetVal
    [retval][out] The address of a variable that receives a value from the RowOrColumnMajor enumerated type. This parameter is passed uninitialized.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

UI Automation Providers Overview