Enum HtmlHiddenColDisplayType

HtmlHiddenColDisplayType enumeration

Represents two types of showing the hidden columns in html.

public enum HtmlHiddenColDisplayType

Values

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

See Also