'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)
Parameters
- name
- The name of the cell range
- sheet
- The index indicate the range scope, -1 means if a global cell range.