GridFormatInfo Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the format settings of a scorecard cell or header.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.GridFormatInfo
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class GridFormatInfo _
Implements ICloneable, IDiffable, IValidate
'Usage
Dim instance As GridFormatInfo
[SerializableAttribute]
public class GridFormatInfo : ICloneable,
IDiffable, IValidate
Remarks
GridFormatInfo objects specify settings for distinct formatting properties such as background color and font style. GridViewData, GridHeaderItem, and GridCell objects use GridFormatInfo objects to define format settings.
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.
See Also
Reference
Microsoft.PerformancePoint.Scorecards Namespace