'DeclarationPublic Overloads Function FindAll( _ ByVal str As String _ ) As List(Of Integer)
'UsageDim instance As Paragraph Dim str As String Dim value As List(Of Integer) value = instance.FindAll(str)
Parameters
- str
- The value to search for.
Return Value
A list of indexes that match the search conditions.