DataCell.AddAnnotation Method |
Adds the annotation to the current instance.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic void AddAnnotation(
Annotation annotation
)
Public Sub AddAnnotation (
annotation As Annotation
)
public:
void AddAnnotation(
Annotation^ annotation
)
member AddAnnotation :
annotation : Annotation -> unit
Parameters
- annotation
- Type: Dundas.BI.Data.Annotations.Annotation
The annotation.
Exceptions
See Also