C1.Excel Assembly / C1.Excel Namespace / XLNamedRange Class / CellRanges Property

In This Topic
CellRanges Property
In This Topic
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 System.Collections.Generic.IReadOnlyList(Of XLCellRange)
 
See Also