_Application.Names Property
Returns a Names collection that represents all the names in the active workbook.
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 _Application
Dim value As Names
value = instance.Names
Names Names { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Names