Share via


GridCell.IsValidScore Property

Gets or sets a Boolean value that indicates whether the score for this cell is valid.

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

Syntax

'Declaration
Public Property IsValidScore As Boolean
    Get
    Set
'Usage
Dim instance As GridCell
Dim value As Boolean

value = instance.IsValidScore

instance.IsValidScore = value
public bool IsValidScore { get; set; }

Property Value

Type: System.Boolean
true if the score for this cell is valid; otherwise, false.

Remarks

A cell score may be invalid due to an error in reading the source data or because of incorrect indicator or banding settings.

See Also

Reference

GridCell Class

GridCell Members

Microsoft.PerformancePoint.Scorecards Namespace