IXmlText.SplitText(UInt32) Method

Definition

Splits this text node into two text nodes at the specified offset and inserts the new text node into the tree as a sibling that immediately follows this node.

public:
 IXmlText ^ SplitText(unsigned int offset);
IXmlText SplitText(uint32_t const& offset);
public IXmlText SplitText(uint offset);
function splitText(offset)
Public Function SplitText (offset As UInteger) As IXmlText

Parameters

offset
UInt32

unsigned int

uint32_t

The number of characters at which to split this text node into two nodes, starting from zero.

Returns

The new text node.

Applies to