GridCellSet Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a set of cells that make up a scorecard view or Analytic Grid report.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.GridCellSet
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class GridCellSet _
Implements ICloneable
'Usage
Dim instance As GridCellSet
[SerializableAttribute]
public class GridCellSet : ICloneable
Remarks
A cell set representation is based on a two dimensional array of GridCell objects that are indexed by GridHeaderItem objects. GridCellSet is used to map column and row headers to cells.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.