VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentElement Class / FindTextNext(Int32,String) Method
Syntax Requirements SeeAlso
In This Topic
    FindTextNext(Int32,String) Method (OpenXmlDocumentElement)
    In This Topic
    Finds the specified text at specified index.
    Syntax
    'Declaration
    
    Public Overridable Function FindTextNext( _
    ByRef text
    The text to search.
    As System.Int32, _
    ByVal startIndex
    The zero-based start index.
    As System.String _
    ) As OpenXmlTextContent
    public virtual OpenXmlTextContent FindTextNext(
    ref System.Int32 text,
    System.String startIndex
    )
    public: virtual OpenXmlTextContent* FindTextNext(
    ref System.Int32 text,
    System.String startIndex
    )
    public:
    virtual OpenXmlTextContent^ FindTextNext(
    System.Int32% text,
    System.String startIndex
    )

    Parameters

    text
    The text to search.
    startIndex
    The zero-based start index.

    Return Value

    A new instance of OpenXmlTextContent class.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also