Enum HtmlExportDataOptions

HtmlExportDataOptions enumeration

Represents the options for exporting html data.

public enum HtmlExportDataOptions

Values

NameValueDescription
Table1Export file to html which only contains table part.
All255Export all the data to html.

See Also