ComponentOne ASP.NET MVC Controls
DefinedNames Property (FlexSheet)

C1.Web.Mvc.Sheet Namespace > FlexSheet Class : DefinedNames Property
Gets a collection of the DefinedName objects representing named ranges/expressions defined in the FlexSheet.
Syntax
'Declaration
 
Public ReadOnly Property DefinedNames As IList(Of DefinedName)
public IList<DefinedName> DefinedNames {get;}
See Also

Reference

FlexSheet Class
FlexSheet Members