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.

See also

Reference

GridCell class

GridCell members

Microsoft.PerformancePoint.Scorecards namespace