Share via


GridViewDefinition.DefaultCellFormatInfo property

Gets or sets the default cell format settings.

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 GridViewDefinition
Dim value As GridFormatInfo

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

Property value

Type: Microsoft.PerformancePoint.Scorecards.GridFormatInfo
The default cell format settings.

See also

Reference

GridViewDefinition class

GridViewDefinition members

Microsoft.PerformancePoint.Scorecards namespace