Spread Silverlight Documentation
NamedCellRange Constructor


The name of the cell range
The index indicate the range scope, -1 means if a global cell range.
Initializes a new instance of the NamedCellRange class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   Optional ByVal sheet As System.Integer _
)
'Usage
 
Dim name As System.String
Dim sheet As System.Integer
 
Dim instance As New NamedCellRange(name, sheet)
public NamedCellRange( 
   System.string name,
   System.int sheet
)

Parameters

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

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

NamedCellRange Class
NamedCellRange Members

 

 


Copyright © GrapeCity, inc. All rights reserved.