ExcelNamedRangesCollection Class

Represents a collection of named ranges. The ExcelWorksheet and ExcelWorkbook define such collections.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelNamedRangesCollection
Inheritance
Object    ExcelNamedRangesCollection

Properties

Count Gets the number of named ranges in collection.
ItemInt32 Gets the named range at the specified index.
ItemString Gets the named range with the specified name from collection.

Methods

AddNamedRange Creates and adds a new named range to the collection.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Gets the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
RemoveNamedRange(Int32) Removes the named range at the specified zero based index from collection.
RemoveNamedRange(String) Removes the named range with the specified name from collection.
ToString
(Inherited from Object)

See Also