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





Prompts the user to define a named range for a worksheet.

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

 Syntax

C#  Copy Code

public class DefineNamedRangeForm : Window, IComponentConnector

Visual Basic  Copy Code

Public Class DefineNamedRangeForm
    Inherits Window
    Implements IComponentConnector

 Remarks

This form can be used to add a NamedRange object to a workbook. To use the form, create an instance of the DefineNamedRangeForm class by providing the related worksheet, and call the ShowDialog method. The NamedRange object specified in the form can be accessed through the NamedRange property. 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.DefineNamedRangeForm

 See Also

DefineNamedRangeForm Members
MindFusion.Spreadsheet.Wpf.StandardForms Namespace