DefinedNameListIndexOf Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Searches for the specified string and returns the zero-based index of the first occurrence within the entire DefinedNameList.
Namespace:Bytescout.Spreadsheet.GenericAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Parameters
- name
- Type: SystemString
The name.
Return Value
Type: Int32The zero-based index of the first occurrence of name within the entire DefinedNameList, if found; otherwise, –1.
Implements
IDefinedNameListIndexOf(String)See Also