GridCellSet Members

Include Protected Members
Include Inherited Members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a set of cells that make up a scorecard view or Analytic Grid report.

The GridCellSet type exposes the following members.

Constructors

  Name Description
Public method GridCellSet() Initializes a new instance of the GridCellSet class.
Public method GridCellSet(GridCellSet) Initializes a new instance of the GridCellSet class based on another GridCellSet(GridCellSet) object.

Top

Properties

  Name Description
Public property DefaultCellFormatInfo Gets or sets the default cell formatting to use for new cells.
Protected property Item[List<GridHeaderItem>] Gets or sets a cell at the intersection of two headers that are specified as a list.
Public property Item[GridHeaderItem, GridHeaderItem] Gets or sets a cell at the intersection of the specified column header and row header.
Public property Table Gets or sets a dictionary that maps strings to GridCell objects.

Top

Methods

  Name Description
Public method ClearTags Clears all tags from the cell.
Public method Clone Performs a deep clone of this object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Get(List<GridHeaderItem>, Boolean) Gets cell at the intersection of two headers that are specified as a list.
Public method Get(GridHeaderItem, GridHeaderItem, Boolean) Gets or sets a cell at the intersection of the specified column header and row header.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

GridCellSet Class

Microsoft.PerformancePoint.Scorecards Namespace