CellCollection Class
Updated: March 10, 2016
Represents a collection of Cell.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the CellCollection. |
![]() | IsSynchronized | Gets a value indicating whether access to the CellCollection is synchronized (thread safe). Always returns false. |
![]() | Item[ICollection^] | Gets the Cell in the collection using the specified index collection. |
![]() | Item[Int32] | Gets the Cell at the specified index. |
![]() | Item[Int32, Int32] | Gets the Cell using two-dimensional indexing scheme. |
![]() | Item[array<Int32>^] | Gets the Cell in the collection using the specified array of index. |
![]() | SyncRoot | Gets an object that can be used to synchronized access to the CellCollection. |
| Name | Description | |
|---|---|---|
![]() | CopyTo(array<Cell^>^, Int32) | Copies the elements of the CellCollection to an array, starting at a particular array index. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through the CellCollection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | Copies the elements of the CellCollection to an array, starting at a particular array index. |
![]() ![]() | IEnumerable::GetEnumerator() | Returns an enumerator that iterates through the CellCollection. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



