DataCellAddAnnotation Method |
Adds the annotation to the current instance.
Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Annotation
- The annotation.
Exceptions
See Also