IDefinedNameList InterfaceBytescout Spreadsheet SDK
A collection of defined names in a workbook.

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

public interface IDefinedNameList

The IDefinedNameList type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the DefinedNameList.
Public propertyItemInt32
Gets the DefinedName at the specified index.
Public propertyItemString
Gets the DefinedName with the specified name.
Top
Methods

  NameDescription
Public methodAdd
Adds a name to the collection, or modifies the name if it already exists.
Public methodIndexOf
Searches for the specified string and returns the zero-based index of the first occurrence within the entire DefinedNameList.
Public methodRemoveAt
Removes the element at the specified index of the DefinedName.
Top
See Also

Reference