Share via


GridCell.IsValidScore Property (Microsoft.PerformancePoint.Scorecards)

A flag that indicates if the score of this cell is valid.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property IsValidScore As Boolean
'Usage
Dim instance As GridCell
Dim value As Boolean

value = instance.IsValidScore

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

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