Link Search Menu Expand Document

IDefinedNameListAdd Method

Adds a name to the collection, or modifies the name if it already exists.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
DefinedName Add(
	string name,
	string formula
)

Parameters

name
Type: SystemString
The name of the defined name.
formula
Type: SystemString
The formula to assign to the defined name.

Return Value

Type: DefinedName

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.COM.IDefinedNameList.Add(System.String,System.String)"]

See Also

Reference