Share via


GridCell.IsValueInError Property

Gets or sets a Boolean value that indicates whether 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
Public Property IsValueInError As Boolean
    Get
    Set
'Usage
Dim instance As GridCell
Dim value As Boolean

value = instance.IsValueInError

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

Property Value

Type: System.Boolean
true if the value of this cell is in error; otherwise, false.

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