Share via


GridCell.HasAnnotation Property

Gets or sets a Boolean value that indicates whether the cell has an annotation instance.

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

Syntax

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

value = instance.HasAnnotation

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

Property Value

Type: System.Boolean
true if the cell has an annotation instance; otherwise, false.

See Also

Reference

GridCell Class

GridCell Members

Microsoft.PerformancePoint.Scorecards Namespace