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
headers
Type: System.Collections.Generic.List<GridHeaderItem>The headers that specify the coordinates of the cell.
Property Value
Type: Microsoft.PerformancePoint.Scorecards.GridCell
The cell at the intersection of the specified headers.