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

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