Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.