GridViewDefinition.CornerCellFormatInfo Property

Gets or sets the format setting for the top left cell of the scorecard.

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

Syntax

'Declaration
Public Overridable Property CornerCellFormatInfo As GridFormatInfo
    Get
    Set
'Usage
Dim instance As GridViewDefinition
Dim value As GridFormatInfo

value = instance.CornerCellFormatInfo

instance.CornerCellFormatInfo = value
public virtual GridFormatInfo CornerCellFormatInfo { get; set; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.GridFormatInfo
The format setting for the top left cell of the scorecard.

See Also

Reference

GridViewDefinition Class

GridViewDefinition Members

Microsoft.PerformancePoint.Scorecards Namespace