--- 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](../../../ado/reference/ado-md-api/position-object-ado-md.md) 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](../../../ado/reference/ado-api/count-property-ado.md) property. - Return an object from the collection with the default [Item](../../../ado/reference/ado-api/item-property-ado.md) property. - Update the objects in the collection from the provider with the [Refresh](../../../ado/reference/ado-api/refresh-method-ado.md) method. This section contains the following topic. - [Properties, Methods, and Events](../../../ado/reference/ado-md-api/positions-collection-properties-methods-and-events.md) ## See Also [Cellset Example (VB)](../../../ado/reference/ado-md-api/cellset-example-vb.md) [Axis Object (ADO MD)](../../../ado/reference/ado-md-api/axis-object-ado-md.md) [Cell Object (ADO MD)](../../../ado/reference/ado-md-api/cell-object-ado-md.md) [Position Object (ADO MD)](../../../ado/reference/ado-md-api/position-object-ado-md.md)