Enum HtmlHiddenRowDisplayType

HtmlHiddenRowDisplayType enumeration

Represents two types of showing the hidden rows in html.

public enum HtmlHiddenRowDisplayType

Values

NameValueDescription
Hidden0Hidden the hidden rows in html page.
Remove1Remove the hidden rows in html page.

See Also