GrapeCity.Xaml.Excel
GetBuiltInNameList Method


Get the built-in name information used in the workbook
Syntax
'Declaration
 
Function GetBuiltInNameList() As List(Of IBuiltInName)
'Usage
 
Dim instance As IExcelWriter
Dim value As List(Of IBuiltInName)
 
value = instance.GetBuiltInNameList()
List<IBuiltInName> GetBuiltInNameList()

Return Value

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options