MindFusion.Wpf Pack Programmer's Guide
ManageNamedRangesForm Constructor
See Also
 





Initializes a new instance of the ManageNamedRangesForm class.

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

 Syntax

C#  Copy Code

public ManageNamedRangesForm (
    Workbook workbook,
    CellRange selection
)

Visual Basic  Copy Code

Public New ( _
    workbook As Workbook, _
    selection As CellRange _
)

 Parameters

workbook

The workbook object that contains the named cell ranges collection to modify.

selection

A CellRange collection used to specify the default initial range.

 See Also

ManageNamedRangesForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace