Element: text (let)

text

Sets the text contents of this node.

 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

Project VBDOM Overview Class Element Overview Element Properties Element Methods text (get)