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 Default 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(rowHeader, colHeader)

instance(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