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