'Declaration Public Overloads Function GetTextContent( _
ByVal indexНачальный индекс текста.As System.Int32, _
ByVal lengthДлина текста.As System.Int32 _
) As OpenXmlTextContent
public OpenXmlTextContent GetTextContent(
System.Int32 index,
System.Int32 length
)
public: OpenXmlTextContent* GetTextContent(
System.Int32 index,
System.Int32 length
)
public:
OpenXmlTextContent^ GetTextContent(
System.Int32 index,
System.Int32 length
)
Parameters
- index
- Начальный индекс текста.
- length
- Длина текста.
Return Value
Новый экземпляр OpenXmlTextContent.