GrapeCity.Xaml.Excel
GetInternalDefinedNames Method


Get all named cell ranged defined in the current workbook
Syntax
'Declaration
 
Function GetInternalDefinedNames() As List(Of IName)
'Usage
 
Dim instance As IExcelWriter
Dim value As List(Of IName)
 
value = instance.GetInternalDefinedNames()
List<IName> GetInternalDefinedNames()

Return Value

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options