RangeCollection class
Represents the worksheet rows.
Constructors
- RangeCollection(Row row)
- Create a instance of rows collection.
Properties
Methods
-
add(
) → Range - Add row to the row collection.
-
clear(
) → void - clear the Range.
-
getCell(
int columnIndex) → Range? - Get a cell from cells collection based on column.
-
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