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

GridFormatInfo members

Microsoft.PerformancePoint.Scorecards namespace

Other resources

Scorecard Formatting