DefinedNames Property (Workbook)
In This Topic
Gets the defined name items of the workbook.
Syntax
'Declaration
Public ReadOnly Property DefinedNames As System.Collections.Generic.List(Of DefinedName)
'Usage
Dim instance As Workbook
Dim value As System.Collections.Generic.List(Of DefinedName)
value = instance.DefinedNames
public System.Collections.Generic.List<DefinedName> DefinedNames {get;}
public read-only property DefinedNames: System.Collections.Generic.List;
public function get DefinedNames : System.Collections.Generic.List
public: __property System.Collections.Generic.List<DefinedName*>* get_DefinedNames();
public:
property System.Collections.Generic.List<DefinedName^>^ DefinedNames {
System.Collections.Generic.List<DefinedName^>^ get();
}
See Also