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 | |
---|---|---|
GridCellSet() | Initializes a new instance of the GridCellSet class. | |
GridCellSet(GridCellSet) | Initializes a new instance of the GridCellSet class based on another GridCellSet(GridCellSet) object. |
Top
Properties
Name | Description | |
---|---|---|
DefaultCellFormatInfo | Gets or sets the default cell formatting to use for new cells. | |
Item[List<GridHeaderItem>] | Gets or sets a cell at the intersection of two headers that are specified as a list. | |
Item[GridHeaderItem, GridHeaderItem] | Gets or sets a cell at the intersection of the specified column header and row header. | |
Table | Gets or sets a dictionary that maps strings to GridCell objects. |
Top
Methods
Name | Description | |
---|---|---|
ClearTags | Clears all tags from the cell. | |
Clone | Performs a deep clone of this object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get(List<GridHeaderItem>, Boolean) | Gets cell at the intersection of two headers that are specified as a list. | |
Get(GridHeaderItem, GridHeaderItem, Boolean) | Gets or sets a cell at the intersection of the specified column header and row header. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top