Link Search Menu Expand Document

DefinedNameListItem Property (String)

Gets the DefinedName with the specified name.

Namespace:Bytescout.Spreadsheet.Generic
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public DefinedName this[
	string name
] { get; }

Parameters

name
Type: SystemString

Property Value

Type: DefinedName
The specified name of the element to ge

Implements

IDefinedNameListItemString
See Also

Reference