Excel for WinRT
Add(XLCellRange) Method


XLCellRange object to add to the collection.
Appends an XLCellRange object to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal cr As XLCellRange _
) As XLCellRange
'Usage
 
Dim instance As XLCellRangeCollection
Dim cr As XLCellRange
Dim value As XLCellRange
 
value = instance.Add(cr)
public XLCellRange Add( 
   XLCellRange cr
)

Parameters

cr
XLCellRange object to add to the collection.

Return Value

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

Reference

XLCellRangeCollection Class
XLCellRangeCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback