ExcelWorkbookNamedRanges Property |
Gets the named ranges collection of this workbook (Workbook scope named ranges).
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelNamedRangesCollection NamedRanges { get; }Public ReadOnly Property NamedRanges As ExcelNamedRangesCollection
Get
Property Value
ExcelNamedRangesCollection
See Also