Search
Workbook.NamedRanges Property
See Also
 






Gets an object that an be used to manage the named ranges in this workbook.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public NamedRangeCollection NamedRanges { get; }

Visual Basic  Copy Code

Public ReadOnly Property NamedRanges As NamedRangeCollection

 Property Value

An instance of the NamedRangeCollection class.

 See Also