Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.