Share via


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

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