DefinedNames Property
DefinedNames
Gets a collection of the DefinedName objects representing named ranges/expressions defined in the FlexSheet.
Declaration
public IList<DefinedName> DefinedNames { get; }
Public ReadOnly Property DefinedNames As IList(Of DefinedName)