Names class abstract

Represents the named range collection class.

Constructors

Names()

Properties

count int
Returns the count of named ranges.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parentWorksheet Worksheet
Returns parent worksheet of the named range collection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String name, [Range? range]) Name
Adds a new named range to the named range collection.
contains(String name) bool
Checkes whether the named range collection contains a named range with the specified name.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String name) → void
Removes a named range from the named range collection.
removeAt(int index) → void
Remove the named range at the specified index from the named range collection.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic name) Name
Returns a single object from a Names collection.