GrapeCity.Xaml.Excel
BuiltInNameList Property (ExcelWorkbook)


Gets or sets the built-in names used in the workbook
Syntax
'Declaration
 
Public Property BuiltInNameList As List(Of IBuiltInName)
'Usage
 
Dim instance As ExcelWorkbook
Dim value As List(Of IBuiltInName)
 
instance.BuiltInNameList = value
 
value = instance.BuiltInNameList
public 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

ExcelWorkbook Class
ExcelWorkbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options