'Declaration
Public Overloads ReadOnly Property Item( _ ByVal rowId As Integer, _ ByVal columnId As Integer _ ) As Annotation
'Usage
Dim instance As AnnotationCollection Dim rowId As Integer Dim columnId As Integer Dim value As Annotation value = instance.Item(rowId, columnId)
public Annotation Item( int rowId, int columnId ) {get;}
Parameters
- rowId
- The Id of the Row to which the Annotation is attached.
- columnId
- The Id of the Column to which the Annotation is attached.