Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Paragraph Class / FindAll Method / FindAll(String) Method
The value to search for.


In This Topic
    FindAll(String) Method
    In This Topic
    Retrieves all the indexes where the provided search value is found.
    Syntax
    'Declaration
     
    Public Overloads Function FindAll( _
       ByVal str As String _
    ) As List(Of Integer)
    'Usage
     
    Dim instance As Paragraph
    Dim str As String
    Dim value As List(Of Integer)
     
    value = instance.FindAll(str)
    public List<int> FindAll( 
       string str
    )

    Parameters

    str
    The value to search for.

    Return Value

    A list of indexes that match the search conditions.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also