Enum HtmlVersion

HtmlVersion enumeration

Indicates the version of HTML is used when saving to Html formats.

public enum HtmlVersion

Values

NameValueDescription
Default0Save the document in compliance with the MS Excel exporting HTML.
XHtml1Saves the document in compliance with the XHTML 1.0 Transitional standard.
Html52Saves the document in compliance with the HTML 5 standard.

See Also