DOMNodeWrapper.splitText Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Public Function splitText ( _
offset As Integer _
) As IXMLDOMText
'Usage
Dim instance As DOMNodeWrapper
Dim offset As Integer
Dim returnValue As IXMLDOMText
returnValue = instance.splitText(offset)
public IXMLDOMText splitText(
int offset
)
Parameters
- offset
Type: System.Int32
Return Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText
Implements
IXMLDOMCDATASection.splitText(Int32)
IXMLDOMText.splitText(Int32)