htmlText Property | Internet Development Index |
Retrieves the HTML source as a valid HTML fragment.
Syntax
[ sTxt = ] TextRange.htmlText
Possible Values
sTxt String that receives the HTML source. The property is read-only. The property has no default value.
Remarks
This property corresponds to the fragment portion of the CF_HTML clipboard format.
This feature might not be available on platforms other than Microsoft® Win32® platforms.
Standards Information
There is no public standard that applies to this property.
Applies To
TextRange