Excel for WinRT
Add(String,XLCellRange) Method


The name of the named range to create.
The XLCellRange to include in the named range.
Creates an XLNamedRange object and appends it to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal name As System.String, _
   ByVal cellRange As XLCellRange _
) As XLNamedRange
'Usage
 
Dim instance As XLNamedRangeCollection
Dim name As System.String
Dim cellRange As XLCellRange
Dim value As XLNamedRange
 
value = instance.Add(name, cellRange)
public XLNamedRange Add( 
   System.string name,
   XLCellRange cellRange
)

Parameters

name
The name of the named range to create.
cellRange
The XLCellRange to include in the named range.

Return Value

A reference to the object if it was successfully added to the collection, or null if the object could not be added (usually because it overlaps another cell range already in the collection).
See Also

Reference

XLNamedRangeCollection Class
XLNamedRangeCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback