NativeExcel for .Net Developer's Reference

ExportOptionsHtml.ShowHiddenContent Property

Gets or sets a value that indicates whether or not the hidden content is displayed. Default value is true

[Visual Basic]
Public Property ShowHiddenContent As Boolean
[C#]
public bool ShowHiddenContent { get; set; }
[C++]
public: __property bool get_ShowHiddenContent();
public: __property void set_ShowHiddenContent(bool );
[JScript]
public function get ShowHiddenContent() : bool
public function set ShowHiddenContent(bool);

Property Value

True if hidden content is displayed; otherwise, false.

See Also

ExportOptionsHtml Class | NativeExcel Namespace