GridViewData.GetColumnCells Method
Gets all the cells in a column for the specified header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetColumnCells ( _
colHeader As GridHeaderItem _
) As List(Of GridCell)
'Usage
Dim instance As GridViewData
Dim colHeader As GridHeaderItem
Dim returnValue As List(Of GridCell)
returnValue = instance.GetColumnCells(colHeader)
public List<GridCell> GetColumnCells(
GridHeaderItem colHeader
)
Parameters
colHeader
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe column header.
Return Value
Type: System.Collections.Generic.List<GridCell>
Remarks
This method is not used by PerformancePoint Services in Microsoft SharePoint Server 2010.