C1.Excel Assembly / C1.Excel Namespace / XLNamedRange Class / ParseRefers Method
The workbook of the cell ranges.
The text refers for a named range.

In This Topic
ParseRefers Method
In This Topic
Parse named range refers to cell range array.
Syntax
'Declaration
 
Public Shared Function ParseRefers( _
   ByVal book As C1XLBook, _
   ByVal refers As System.String _
) As XLCellRange()
 

Parameters

book
The workbook of the cell ranges.
refers
The text refers for a named range.
See Also