GridCell.FormatInfo Property
Gets or sets the cell’s overriding format settings.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property FormatInfo As GridFormatInfo
Get
Set
'Usage
Dim instance As GridCell
Dim value As GridFormatInfo
value = instance.FormatInfo
instance.FormatInfo = value
public GridFormatInfo FormatInfo { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.GridFormatInfo
The cell’s overriding format settings.
Remarks
This format is set at authoring time. It overrides the formatting that is defined in the CellFormatInfo property, which in turn overrides the format defined in the DefaultCellFormatInfo property. For an example of how to set this property programmatically, see How to: Create Scorecard Transforms for PerformancePoint Services.