Share via


GridCell.IsValueInError Property (Microsoft.PerformancePoint.Scorecards)

A flag that indicates if the value of this cell is in error.

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

Syntax

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

value = instance.IsValueInError

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

Remarks

A cell value is in error if there was an error in reading the source data.

See Also

Reference

GridCell Class
GridCell Members
Microsoft.PerformancePoint.Scorecards Namespace