Click or drag to resize

ExcelNamedRangesCollection Class

Represents a collection of named ranges. The ExcelWorksheet and ExcelWorkbook define such collections.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelNamedRangesCollection

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public class ExcelNamedRangesCollection

The ExcelNamedRangesCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAddNamedRange
Creates and adds a new named range to the collection.
Public methodGetEnumerator
Gets the collection enumerator
Public methodRemoveNamedRange(Int32)
Removes the named range at the specified zero based index from collection.
Public methodRemoveNamedRange(String)
Removes the named range with the specified name from collection.
Top
See Also