MindFusion.Wpf Pack Programmer's Guide
DefineNamedRangeForm Constructor (Workbook, Worksheet, String, Int32, Int32, Int32, Int32)
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,
    int topLeftColumn,
    int topLeftRow,
    int bottomRightColumn,
    int bottomRightRow
)

Visual Basic  Copy Code

Public New ( _
    workbook As Workbook, _
    worksheet As Worksheet, _
    name As String, _
    topLeftColumn As Integer, _
    topLeftRow As Integer, _
    bottomRightColumn As Integer, _
    bottomRightRow As Integer _
)

 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.

topLeftColumn

The column of the top-left cell of the initial range.

topLeftRow

The row of the top-left cell of the initial range.

bottomRightColumn

The column of the bottom-right cell of the initial range.

bottomRightRow

The row of the bottom-right cell of the initial range.

 See Also

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