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 worst 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 WorstChildScore As Decimal
Get
Set
'Usage
Dim instance As GridCell
Dim value As Decimal
value = instance.WorstChildScore
instance.WorstChildScore = value
public decimal WorstChildScore { get; set; }
Property Value
Type: System.Decimal
The worst score from the cells that are below the current cell and in the same column.