Names Property (Worksheet)
In This Topic
Gets a
Names collection that represents all the worksheet-specific names (names defined with the "WorksheetName!" prefix).
Syntax
'Declaration
Public ReadOnly Property Names As INames
'Usage
Dim instance As Worksheet
Dim value As INames
value = instance.Names
public INames Names {get;}
Property Value
The
Names collection that represents all the worksheet-specific names.
See Also