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