Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.65 KB

File metadata and controls

41 lines (34 loc) · 1.65 KB
title Positions Collection (ADO MD) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
Axis::Positions
Cell::Positions
Positions
helpviewer_keywords
Positions collection [ADO MD]
ms.assetid 5b9e7545-cf30-464d-80ef-5c99c8306bab
author MightyPen
ms.author genemi

Positions Collection (ADO MD)

Contains the Position objects that define a point on an axis.

Remarks

Positions is a standard ADO collection. With the properties and methods of a collection, you can do the following:

  • Obtain the number of objects in the collection with the Count property.

  • Return an object from the collection with the default Item property.

  • Update the objects in the collection from the provider with the Refresh method.

This section contains the following topic.

See Also

Cellset Example (VB)
Axis Object (ADO MD)
Cell Object (ADO MD)
Position Object (ADO MD)