GridViewData.Cells Property
Gets or sets the cell set for the scorecard view.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Cells As GridCellSet
Get
Set
'Usage
Dim instance As GridViewData
Dim value As GridCellSet
value = instance.Cells
instance.Cells = value
public GridCellSet Cells { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.GridCellSet
The cell set for the scorecard view.
Remarks
A cell set is a two dimensional array as defined by the GridCellSet class. It is indexed by one GridHeaderItem object that represents a row header and one GridHeaderItem object that represents a column header.