GridCell.HasAnnotation Property (Microsoft.PerformancePoint.Scorecards)
A flag that indicates if the cell has annotations.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property HasAnnotation As Boolean
'Usage
Dim instance As GridCell
Dim value As Boolean
value = instance.HasAnnotation
instance.HasAnnotation = value
[XmlAttributeAttribute]
public bool HasAnnotation { get; set; }
See Also
Reference
GridCell Class
GridCell Members
Microsoft.PerformancePoint.Scorecards Namespace