ComponentOne ASP.NET MVC Controls
DefinedNames Property (Workbook)

C1.Web.Mvc.Sheet Namespace > Workbook Class : DefinedNames Property
Gets the defined name items of the workbook.
Syntax
'Declaration
 
Public ReadOnly Property DefinedNames As List(Of DefinedName)
public List<DefinedName> DefinedNames {get;}
See Also

Reference

Workbook Class
Workbook Members