'Declaration
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As DocumentParagraph
'Usage
Dim instance As Document Dim index As Integer Dim value As DocumentParagraph value = instance.Item(index)
public DocumentParagraph this[ int index ]; {get;}
Parameters
- index
- The zero-based index of the paragraph to get.