Spread WPF 17
GrapeCity.Excel Namespace / NamedCellRange Class / NamedCellRange Constructor
The name of the cell range
The index indicate the range scope, -1 means if a global cell range.


In This Topic
    NamedCellRange Constructor
    In This Topic
    Initializes a new instance of the NamedCellRange class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       Optional ByVal sheet As Integer _
    )
    'Usage
     
    Dim name As String
    Dim sheet As Integer
     
    Dim instance As New NamedCellRange(name, sheet)
    public NamedCellRange( 
       string name,
       int sheet
    )

    Parameters

    name
    The name of the cell range
    sheet
    The index indicate the range scope, -1 means if a global cell range.
    See Also