Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.15 KB

ordinal-property-ado-md-position.md

File metadata and controls

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

Ordinal Property (ADO MD Position)

Uniquely identifies a position along an axis.

Return Values

Returns a Long integer and is read-only.

Remarks

The Ordinal property of a Position object corresponds to the index of the Position within the Positions collection.

A cell can quickly be retrieved using the Ordinal of the Position along each axis with the Item property of the Cellset object.

Applies To

Position Object (ADO MD)

See Also

Cellset Object (ADO MD)
Item Property (ADO MD Cellset)
Ordinal Property (ADO MD Cell)