Search
UnhideSheetsForm Class
Remarks See Also
 






Represents a form which can be used to unhide hidden worksheets in a workbook.

Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms

 Syntax

C#  Copy Code

public class UnhideSheetsForm : Form

Visual Basic  Copy Code

Public Class UnhideSheetsForm
    Inherits Form

 Remarks

This 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 Hierarchy

System.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