GridFormatInfo Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the format settings of a scorecard cell or header.
The GridFormatInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridFormatInfo() | Initializes a new instance of the GridFormatInfo class. | |
GridFormatInfo(GridFormatInfo) | Initializes a new instance of the GridFormatInfo class based on another GridFormatInfo object. |
Top
Properties
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of the cell. | |
FontInfo | Gets or sets the font properties of the cell. | |
ForeColor | Gets or sets the font color of the cell content. | |
HorizontalAlignment | Gets or sets the horizontal alignment of the cell content. | |
TextWrap | Gets or sets a Boolean value that indicates whether the cell content should wrap to multiple lines. | |
VerticalAlignment | Gets or sets the vertical alignment of the cell content. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep clone of this object. | |
Diff | Compares this object with another object and returns the differences. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Resolve | Resolves format settings for cascading components of a scorecard view. | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. |
Top