ITableProvider.RowOrColumnMajor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.