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

    Parameters

    startIndex
    The start index
    text
    The text to search.

    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