CellCollection Class

Represents a collection of Cell.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.CellCollection

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public NotInheritable Class CellCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As CellCollection
public sealed class CellCollection : ICollection, 
    IEnumerable
public ref class CellCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
type CellCollection =  
    class 
        interface ICollection 
        interface IEnumerable 
    end
public final class CellCollection implements ICollection, IEnumerable

The CellCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of elements contained in the CellCollection.
Public property IsSynchronized Gets a value indicating whether access to the CellCollection is synchronized (thread safe). Always returns false.
Public property Item[ICollection] Gets the Cell in the collection using the specified index collection.
Public property Item[Int32] Gets the Cell at the specified index.
Public property Item[array<Int32[]] Gets the Cell in the collection using the specified array of index.
Public property Item[Int32, Int32] Gets the Cell using two-dimensional indexing scheme.
Public property SyncRoot Gets an object that can be used to synchronized access to the CellCollection.

Top

Methods

  Name Description
Public method CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Public method Equals (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the CellCollection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through the CellCollection.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices.AdomdClient Namespace