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);
True if hidden content is displayed; otherwise, false.
ExportOptionsHtml Class | NativeExcel Namespace