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 Default Property Item ( _
    headers As List(Of GridHeaderItem) _
) As GridCell
    Get
    Set
'Usage
Dim headers As List(Of GridHeaderItem)
Dim value As GridCell

value = Me(headers)

Me(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