VBDOM  

Element: text (let)

Sets the text contents of this node.

[Visual Basic]
 Public Property Let text(
	  ByVal strNewText As String )

Parameters

strNewText
[ByVal] String. String representing the text content of this node. This value varies depending on the value of the nodeType.

Remarks

None

See Also

Class Element Overview | Element Members | text (get)