Share via


GridCellSet.Item Property (List<GridHeaderItem>)

Gets or sets a cell at the intersection of two headers that are specified as a list.

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

Syntax

'Declaration
Protected Property Item ( _
    headers As List(Of GridHeaderItem) _
) As GridCell
    Get
    Set
'Usage
Dim headers As List(Of GridHeaderItem)
Dim value As GridCell

value = Me.Item(headers)

Me.Item(headers) = value
protected GridCell this[
    List<GridHeaderItem> headers
] { get; set; }

Parameters

Property Value

Type: Microsoft.PerformancePoint.Scorecards.GridCell
The cell at the intersection of the specified headers.

See Also

Reference

GridCellSet Class

GridCellSet Members

Item Overload

Microsoft.PerformancePoint.Scorecards Namespace