IDefinedNameListIndexOf Method Bytescout Spreadsheet SDK
Searches for the specified string and returns the zero-based index of the first occurrence within the entire DefinedNameList.

Namespace:  Bytescout.Spreadsheet.COM
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

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.
See Also

Reference