Share via


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