Share via


GridCellSet.Item Property (GridHeaderItem, GridHeaderItem) (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> _
Public Default Property Item ( _
    rowHeader As GridHeaderItem, _
    colHeader As GridHeaderItem _
) As GridCell
'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
[XmlIgnoreAttribute] 
public GridCell this [
    GridHeaderItem rowHeader,
    GridHeaderItem colHeader
] { get; set; }

Parameters

  • rowHeader
    The row header of the cell.
  • colHeader
    The column header of the cell.

Property Value

The cell at the specified coordinates.

See Also

Reference

GridCellSet Class
GridCellSet Members
Microsoft.PerformancePoint.Scorecards Namespace