[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.INames.GetNames

GetNames Method

GetNames(FilterOptions, FilterScopes, bool)

Gets all sorted defined names inside a specified worksheet.

Declaration
IName[] GetNames(FilterOptions filterOption = FilterOptions.All, FilterScopes filterScope = FilterScopes.All, bool includeHidden = false)
Function GetNames(Optional filterOption As FilterOptions = FilterOptions.All, Optional filterScope As FilterScopes = FilterScopes.All, Optional includeHidden As Boolean = False) As IName()
Parameters
Type Name Description
FilterOptions filterOption

The FilterOptions value to filter defined names.

FilterScopes filterScope

The FilterScopes value to filter defined names' scope.

bool includeHidden

The value to filter hidden names.

Returns
Type Description
IName[]

A IName[] array represents all found defined names.