'Declaration
Public Overloads ReadOnly Property Item( _ ByVal cellAddress As String _ ) As Annotation
'Usage
Dim instance As AnnotationCollection Dim cellAddress As String Dim value As Annotation value = instance.Item(cellAddress)
public Annotation Item( string cellAddress ) {get;}
Parameters
- cellAddress
- The Address of the Cell to which the Annotation is attached.