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
rowHeader
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe row header.
Return Value
Type: System.Collections.Generic.List<GridCell>
Remarks
This method is not used by PerformancePoint Services in Microsoft SharePoint Server 2010.