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
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.