'Declaration Public Overrides Function FindTextNext( _
ByRef startIndexThe start indexAs System.Int32, _
ByVal textThe 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.