Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator that iterates through the CellCollection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function GetEnumerator As CellCollection.Enumerator
'Usage
Dim instance As CellCollection
Dim returnValue As CellCollection.Enumerator
returnValue = instance.GetEnumerator()
public CellCollection.Enumerator GetEnumerator()
public:
CellCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> CellCollection.Enumerator
public function GetEnumerator() : CellCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.CellCollection.Enumerator
An CellCollection.Enumerator object that can be used to iterate through the CellCollection.