Aspose::Cells::HtmlHiddenRowDisplayType enum

HtmlHiddenRowDisplayType enum

Represents two types of showing the hidden rows in html.

enum class HtmlHiddenRowDisplayType

Values

NameValueDescription
Hidden0
Hidden the hidden rows in html page.
Remove1
Remove the hidden rows in html page.

See Also