MindFusion.Wpf Pack Programmer's Guide
DefineNamedRangeForm Constructor (Workbook, Worksheet, String, CellRange)
See Also
 





Initializes a new instance of the DefineNamedRangeForm class.

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

 Syntax

C#  Copy Code

public DefineNamedRangeForm (
    Workbook workbook,
    Worksheet worksheet,
    string name,
    CellRange range
)

Visual Basic  Copy Code

Public New ( _
    workbook As Workbook, _
    worksheet As Worksheet, _
    name As String, _
    range As CellRange _
)

 Parameters

workbook

The workbook that should provide localization info.

worksheet

The worksheet for which the named range will be defined.

name

The initial name of the range to define.

range

The initial cell range.

 See Also

DefineNamedRangeForm Constructor Overload List
DefineNamedRangeForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace