MindFusion.Wpf Pack Programmer's Guide
UnhideSheetsForm Class
Remarks See Also
 





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

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public class UnhideSheetsForm : Window, INotifyPropertyChanged, IComponentConnector

Visual Basic  Copy Code

Public Class UnhideSheetsForm
    Inherits Window
    Implements INotifyPropertyChanged, IComponentConnector

 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.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            System.Windows.Controls.ContentControl
                                System.Windows.Window
                                    MindFusion.Spreadsheet.Wpf.StandardForms.UnhideSheetsForm

 See Also

UnhideSheetsForm Members
MindFusion.Spreadsheet.Wpf.StandardForms Namespace