Link Search Menu Expand Document

DefinedNameListIndexOf Method

Searches for the specified string and returns the zero-based index of the first occurrence within the entire DefinedNameList.

Namespace:Bytescout.Spreadsheet.Generic
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public int IndexOf(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: Int32
The zero-based index of the first occurrence of name within the entire DefinedNameList, if found; otherwise, –1.

Implements

IDefinedNameListIndexOf(String)
See Also

Reference