Spread Silverlight Documentation
GetInternalDefinedNames Method


GrapeCity.Excel Namespace > IExcelWriter Interface : GetInternalDefinedNames Method
Get all named cell ranged defined in the current workbook
Syntax
'Declaration
 
Function GetInternalDefinedNames() As System.Collections.Generic.List(Of IName)
'Usage
 
Dim instance As IExcelWriter
Dim value As System.Collections.Generic.List(Of IName)
 
value = instance.GetInternalDefinedNames()
System.Collections.Generic.List<IName> GetInternalDefinedNames()

Return Value

A collection of IName contains all named cell ranged defined in the current workbook
See Also

Reference

IExcelWriter Interface
IExcelWriter Members