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 in SharePoint 2013.

See also

Reference

GridCell class

GridCell members

Microsoft.PerformancePoint.Scorecards namespace