Excel for WinRT
CellRanges Property


Gets a reference to array of the XLCellRange objects that determines which cells are contained in the current named range.
Syntax
'Declaration
 
Public ReadOnly Property CellRanges As XLCellRange()
'Usage
 
Dim instance As XLNamedRange
Dim value() As XLCellRange
 
value = instance.CellRanges
public XLCellRange[] CellRanges {get;}
See Also

Reference

XLNamedRange Class
XLNamedRange Members

 

 


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

Product Support Forum  |  Documentation Feedback