Share via


GridViewData.GetRowCells method

Gets all the cells in a row for the specified header.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetRowCells ( _
    rowHeader As GridHeaderItem _
) As List(Of GridCell)
'Usage
Dim instance As GridViewData
Dim rowHeader As GridHeaderItem
Dim returnValue As List(Of GridCell)

returnValue = instance.GetRowCells(rowHeader)
public List<GridCell> GetRowCells(
    GridHeaderItem rowHeader
)

Parameters

Return value

Type: System.Collections.Generic.List<GridCell>

Remarks

This method is not used by PerformancePoint Services.

See also

Reference

GridViewData class

GridViewData members

Microsoft.PerformancePoint.Scorecards namespace