ITableProvider.RowOrColumnMajor Property

Definition

Gets the primary direction of traversal for the table.

public:
 property RowOrColumnMajor RowOrColumnMajor { RowOrColumnMajor get(); };
RowOrColumnMajor RowOrColumnMajor();
public RowOrColumnMajor RowOrColumnMajor { get; }
var rowOrColumnMajor = iTableProvider.rowOrColumnMajor;
Public ReadOnly Property RowOrColumnMajor As RowOrColumnMajor

Property Value

The primary direction of traversal, as a value of the enumeration.

Applies to