'Declaration
Public ReadOnly Default Property Item( _ ByVal textIndex As Integer _ ) As FormattedText
'Usage
Dim instance As Note Dim textIndex As Integer Dim value As FormattedText value = instance.Item(textIndex)
public FormattedText this[ int textIndex ]; {get;}
Parameters
- textIndex
- The index corresponding to the location of the targeted block of FormattedText.