Share via


GridCellSet.Item Property (Generic ) (Microsoft.PerformancePoint.Scorecards)

Gets a cell at the intersection of two headers.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlIgnoreAttribute> _
Protected Default Property Item ( _
    headers As List(Of GridHeaderItem) _
) As GridCell
'Usage
Dim headers As List(Of GridHeaderItem)
Dim value As GridCell

value = Me(headers)

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

Parameters

  • headers
    The headers that form the coordinates of the cell.

Property Value

The cell at the specified coordinates.

See Also

Reference

GridCellSet Class
GridCellSet Members
Microsoft.PerformancePoint.Scorecards Namespace