MindFusion.Wpf Pack Programmer's Guide
NamedRange Constructor (String, String, Int32, Int32, Int32, Int32)
See Also
 





Initializes a new instance of the NamedRange class.

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

 Syntax

C#  Copy Code

public NamedRange (
    string name,
    string sheetName,
    int topLeftColumn,
    int topLeftRow,
    int bottomRightColumn,
    int bottomRightRow
)

Visual Basic  Copy Code

Public New ( _
    name As String, _
    sheetName As String, _
    topLeftColumn As Integer, _
    topLeftRow As Integer, _
    bottomRightColumn As Integer, _
    bottomRightRow As Integer _
)

 Parameters

name

The initial name of the range.

sheetName

The name of the sheet of the initial cell range.

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

NamedRange Constructor Overload List
NamedRange Class
MindFusion.Spreadsheet.Wpf Namespace