GrapeCity.Xaml.Excel
BuiltInNameList Property (IExcelWorkbook)


Gets or sets the built-in names used in the workbook
Syntax
'Declaration
 
Property BuiltInNameList As List(Of IBuiltInName)
'Usage
 
Dim instance As IExcelWorkbook
Dim value As List(Of IBuiltInName)
 
instance.BuiltInNameList = value
 
value = instance.BuiltInNameList
List<IBuiltInName> BuiltInNameList {get; set;}

Property Value

A collection of IBuiltInName represents the built-in names information of the workbook
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options