[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.INames

INames Interface

Represents a collection of all the IName objects in the workbook.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface INames
Public Interface INames

Properties

Name Description
this[string, IWorksheet]

Gets the defined name by the specified name.

Methods

Name Description
Add(string, string, string, int, int, bool?)

Creates a new defined name.

AddExternalVariable(string, ExternalVariable, string)

Creates a external variable.

AddExternalVariable(string, string)

Creates a external variable.

AddExternalVariable<T>(string, string)

Creates a external variable.

Get(string)

Gets the defined name by the specified name.

GetNames(FilterOptions, FilterScopes, bool)

Gets all sorted defined names inside a specified worksheet.