CellCollection.CopyTo Method (Cell , Int32)

 

Copies the elements of the CellCollection to an array, starting at a particular array index.

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

Syntax

public void CopyTo(
    Cell[] array,
    int index
)
public:
void CopyTo(
    array<Cell^>^ array,
    int index
)
member CopyTo : 
        array:Cell[] *
        index:int -> unit
Public Sub CopyTo (
    array As Cell(),
    index As Integer
)

Parameters

  • index
    Type: System.Int32

    The zero-based index in the array at which copying begins.

See Also

CellCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top