Share via


CellSetCellCollection.Item property (ICollection)

This property is not implemented by the CellSetCellCollection class.
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 ( _
    indexes As ICollection _
) As ResultCell
    Get
'Usage
Dim instance As CellSetCellCollection
Dim indexes As ICollection
Dim value As ResultCell

value = instance(indexes)
public override ResultCell this[
    ICollection indexes
] { get; }

Parameters

Property value

Type: Microsoft.PerformancePoint.Scorecards.ResultSet.ResultCell

Exceptions

Exception Condition
BpmDevException

Thrown when this property is invoked.

See also

Reference

CellSetCellCollection class

CellSetCellCollection members

Item overload

Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet namespace