ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / DefinedNames Property

In This Topic
    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 IList(Of DefinedName)
    public IList<DefinedName> DefinedNames {get;}
    See Also