Modifier and Type | Method and Description |
---|---|
boolean |
add(CellRange item) |
CellRange |
add(ExcelWorksheet worksheet,
String cellReference)
Adds the
CellRange from the specified worksheet to the collection. |
void |
add(int index,
CellRange item) |
boolean |
addAll(Collection<? extends CellRange> c) |
boolean |
addAll(int index,
Collection<? extends CellRange> c) |
CellRange |
set(int index,
CellRange item) |
clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, size, subList, toArray, toArray
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public boolean add(CellRange item)
public CellRange add(ExcelWorksheet worksheet, String cellReference)
CellRange
from the specified worksheet to the collection.public void add(int index, CellRange item)
public boolean addAll(Collection<? extends CellRange> c)
public boolean addAll(int index, Collection<? extends CellRange> c)
© GemBox d.o.o. — All rights reserved.