RangeCollection class

Represents the worksheet rows.

Constructors

RangeCollection(Row row)
Create a instance of rows collection.

Properties

count int
Returns the count of pivot reference collection.
no setter
hashCode int
The hash code for this object.
no setterinherited
innerList List<Range?>
Represents inner list.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add() Range
Add row to the row collection.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) Range?
Indexer get of the class
operator []=(int index, Range? value) → void
Indexer set of the class