DefinedNameListItem Property (String)Bytescout Spreadsheet SDK
Gets the DefinedName with the specified name.

Namespace:  Bytescout.Spreadsheet.Generic
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-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