GridCellSet.Item Property (GridHeaderItem, GridHeaderItem)
Gets or sets a cell at the intersection of the specified column header and row header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Item ( _
rowHeader As GridHeaderItem, _
colHeader As GridHeaderItem _
) As GridCell
Get
Set
'Usage
Dim instance As GridCellSet
Dim rowHeader As GridHeaderItem
Dim colHeader As GridHeaderItem
Dim value As GridCell
value = instance.Item(rowHeader, colHeader)
instance.Item(rowHeader, colHeader) = value
public GridCell this[
GridHeaderItem rowHeader,
GridHeaderItem colHeader
] { get; set; }
Parameters
rowHeader
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe row header of the cell.
colHeader
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe column header of the cell.
Property Value
Type: Microsoft.PerformancePoint.Scorecards.GridCell
The cell at the intersection of the specified headers.