GridViewData.DefaultRowHeaderFormatInfo property

Gets or sets the default format settings for row header cells.

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

Syntax

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

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

Property value

Type: Microsoft.PerformancePoint.Scorecards.GridFormatInfo
The default format settings for row header cells.

See also

Reference

GridViewData class

GridViewData members

Microsoft.PerformancePoint.Scorecards namespace