Share via


CellSetCellCollection.Item property (Int32, Int32)

Gets an object from this collection.

Namespace:  Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overrides ReadOnly Default Property Item ( _
    index1 As Integer, _
    index2 As Integer _
) As ResultCell
    Get
'Usage
Dim instance As CellSetCellCollection
Dim index1 As Integer
Dim index2 As Integer
Dim value As ResultCell

value = instance(index1, index2)
public override ResultCell this[
    int index1,
    int index2
] { get; }

Parameters

  • index1
    Type: System.Int32

    The zero-based index of the first axis of the cell to find.

  • index2
    Type: System.Int32

    The zero-based index of the second axis of the cell to find.

Property value

Type: Microsoft.PerformancePoint.Scorecards.ResultSet.ResultCell

See also

Reference

CellSetCellCollection class

CellSetCellCollection members

Item overload

Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet namespace