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