Represents a form which can be used to unhide hidden worksheets in a workbook.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public class UnhideSheetsForm : Form |
Visual Basic
Copy Code
|
|---|
Public Class UnhideSheetsForm |
RemarksThis form can be used to show the hidden worksheets of a workbook. To use the form, create an instance of the UnhideSheetsForm class, provide the target workbook, and call the ShowDialog method. To apply the changes, call the Apply method of the form. The following image shows the form:

Inheritance HierarchySystem.Object![]()
System.MarshalByRefObject![]()
System.ComponentModel.Component![]()
System.Windows.Forms.Control![]()
System.Windows.Forms.ScrollableControl![]()
System.Windows.Forms.ContainerControl![]()
System.Windows.Forms.Form![]()
MindFusion.Spreadsheet.WinForms.UnhideSheetsForm
See Also