GridCell.WorstChildScore property

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.

See also

Reference

GridCell class

GridCell members

Microsoft.PerformancePoint.Scorecards namespace