←Select platform

ShowHiddenSheet Property

Summary

Enables or disables the loading of hidden sheets.

Syntax
C#
VB
C++
public bool ShowHiddenSheet { get; set; } 
  
Public Property ShowHiddenSheet As Boolean 
public: 
property bool ShowHiddenSheet { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true to load hidden worksheets; otherwise, false to not load hidden worksheets.

Remarks

Xls files can contain worksheets that have a property which specifies if the given worksheet should be displayed or not. This property allows the user to specify whether these hidden worksheets will get loaded.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly