Spread Silverlight Documentation
GetBuiltInNameList Method


GrapeCity.Excel Namespace > IExcelWriter Interface : GetBuiltInNameList Method
Get the built-in name information used in the workbook
Syntax
'Declaration
 
Function GetBuiltInNameList() As System.Collections.Generic.List(Of IBuiltInName)
'Usage
 
Dim instance As IExcelWriter
Dim value As System.Collections.Generic.List(Of IBuiltInName)
 
value = instance.GetBuiltInNameList()
System.Collections.Generic.List<IBuiltInName> GetBuiltInNameList()

Return Value

A collection contains all built-in names
Remarks
It's a BIFF only method
See Also

Reference

IExcelWriter Interface
IExcelWriter Members