DefinedNames Property (FlexSheet)
In This Topic
Gets a collection of the DefinedName objects representing named ranges/expressions defined in the FlexSheet.
Syntax
'Declaration
Public ReadOnly Property DefinedNames As System.Collections.Generic.IList(Of DefinedName)
'Usage
Dim instance As FlexSheet
Dim value As System.Collections.Generic.IList(Of DefinedName)
value = instance.DefinedNames
public System.Collections.Generic.IList<DefinedName> DefinedNames {get;}
public read-only property DefinedNames: System.Collections.Generic.IList;
public function get DefinedNames : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<DefinedName*>* get_DefinedNames();
public:
property System.Collections.Generic.IList<DefinedName^>^ DefinedNames {
System.Collections.Generic.IList<DefinedName^>^ get();
}
See Also