Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.37 KB

ordinal-property-ado-md-cell.md

File metadata and controls

32 lines (27 loc) · 1.37 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords apitype
Ordinal Property (ADO MD Cell)
Ordinal Property (ADO MD Cell)
rothja
jroth
01/19/2017
sql
ado
reference
Ordinal property [ADO MD]
COM

Ordinal Property (ADO MD Cell)

Uniquely identifies a cell by its position within a cellset.

Return Values

Returns a Long integer and is read-only.

Remarks

The cell's ordinal value uniquely identifies the cell within a cellset. Conceptually, cells are numbered in a cellset as if the cellset were a p-dimensional array, where p is the number of axes. Cells are numbered starting from zero in row-major order. Here is the formula for calculating the ordinal number of a cell:

The cell's ordinal value can be used with the Item property of the Cellset object to quickly retrieve the Cell.

Applies To

Cell Object (ADO MD)

See Also

Axis Example (VBScript)
Cellset Object (ADO MD)
Item Property (ADO MD Cellset)
Ordinal Property (ADO MD Position)