Share via


GridCell.BestChildScore Property

Gets or sets the best score from the cells that are below the current cell and in the same column.

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

Syntax

'Declaration
Public Property BestChildScore As Decimal
    Get
    Set
'Usage
Dim instance As GridCell
Dim value As Decimal

value = instance.BestChildScore

instance.BestChildScore = value
public decimal BestChildScore { get; set; }

Property Value

Type: System.Decimal
The best score from the cells that are below the current cell and in the same column.

See Also

Reference

GridCell Class

GridCell Members

Microsoft.PerformancePoint.Scorecards Namespace