_Workbook.Names Property
Returns a Names collection that represents all the names in the specified workbook (including all worksheet-specific names). Read-only Names object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Names As Names
Get
'Usage
Dim instance As _Workbook
Dim value As Names
value = instance.Names
Names Names { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Names