Spread Silverlight Documentation
DefinedNames Property (ExternalWorkbookInfo)


GrapeCity.Excel Namespace > ExternalWorkbookInfo Class : DefinedNames Property
Get the collection of named cell ranges of the external workbook
Syntax
'Declaration
 
Public ReadOnly Property DefinedNames As System.Collections.Generic.List(Of IName)
'Usage
 
Dim instance As ExternalWorkbookInfo
Dim value As System.Collections.Generic.List(Of IName)
 
value = instance.DefinedNames
public System.Collections.Generic.List<IName> DefinedNames {get;}
See Also

Reference

ExternalWorkbookInfo Class
ExternalWorkbookInfo Members