Gets an object that an be used to manage the named ranges in this workbook.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public NamedRangeCollection NamedRanges { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property NamedRanges As NamedRangeCollection |
An instance of the NamedRangeCollection class.
See Also