'Declaration Public Overloads Function GetTextContent( _
ByVal indexThe start index of the text.As System.Int32, _
ByVal lengthThe text 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
- The start index of the text.
- length
- The text length.
Return Value
A new instance of OpenXmlTextContent.