Spread Windows Forms 12.0 Product Documentation
GetNames Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > INames Interface : GetNames Method
The FilterOptions value to filter defined names.
The FilterScopes value to filter defined names' scope.
Gets all sorted defined names inside a specified worksheet.
Syntax
'Declaration
 
Function GetNames( _
   Optional ByVal filterOption As FilterOptions, _
   Optional ByVal filterScope As FilterScopes _
) As IName()
'Usage
 
Dim instance As INames
Dim filterOption As FilterOptions
Dim filterScope As FilterScopes
Dim value() As IName
 
value = instance.GetNames(filterOption, filterScope)

Parameters

filterOption
The FilterOptions value to filter defined names.
filterScope
The FilterScopes value to filter defined names' scope.

Return Value

A IName[] array represents all found defined names.
See Also

Reference

INames Interface
INames Members