GridCell.CellAnnotation Property
Gets or sets the cell's annotation instance.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property CellAnnotation As Annotation
Get
Set
'Usage
Dim instance As GridCell
Dim value As Annotation
value = instance.CellAnnotation
instance.CellAnnotation = value
public Annotation CellAnnotation { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.Annotation
The cell's annotation instance.