[]
Gets all sorted defined names inside a specified worksheet.
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()
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. |
Type | Description |
---|---|
IName[] | A IName[] array represents all found defined names. |