'Declaration Public Overrides Function FindTextNext( _
ByRef startIndexThe start index.As System.Int32, _
ByVal textThe text to search.As System.String _
) As OpenXmlTextContent
public override OpenXmlTextContent FindTextNext(
ref System.Int32 startIndex,
System.String text
)
public: OpenXmlTextContent* FindTextNext(
ref System.Int32 startIndex,
System.String text
); override
public:
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.