CustomNames Property (Workbook)
In This Topic
Gets the custom names.
Syntax
'Declaration
Public ReadOnly Property CustomNames As String()
'Usage
Dim instance As Workbook
Dim value() As String
value = instance.CustomNames
public string[] CustomNames {get;}
See Also