'Declaration Public Overridable Function FindTextNext( _
ByRef textТекст для поиска.As System.Int32, _
ByVal startIndexНачальный индекс, отсчитываемый от нуля.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
- Текст для поиска.
- startIndex
- Начальный индекс, отсчитываемый от нуля.
Return Value
Новый экземпляр класса OpenXmlTextContent.