GridViewData.DefaultCellFormatInfo property

Gets or sets the default formatting settings for scorecard cells.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property DefaultCellFormatInfo As GridFormatInfo
    Get
'Usage
Dim instance As GridViewData
Dim value As GridFormatInfo

value = instance.DefaultCellFormatInfo
public GridFormatInfo DefaultCellFormatInfo { get; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.GridFormatInfo
The default formatting settings for scorecard cells.

See also

Reference

GridViewData class

GridViewData members

Microsoft.PerformancePoint.Scorecards namespace