Modifier and Type | Method and Description |
---|---|
ExcelCell |
get(int index)
Gets the cell with the specified index.
|
Iterator<ExcelCell> |
iterator() |
int |
size()
Gets the number of currently allocated elements (dynamically changes when worksheet is modified).
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ExcelCell get(int index)
index
- The zero-based index of the cell.public final int size()
The cells are internally allocated in rows and not in columns. In other words, when you load CSV/XLSX or
access some cells via worksheet.getCells() method new rows and cells can be allocated but the column count
will stay the same. To find last used column in the worksheet, use
ExcelWorksheet.getUsedCellRange
method.
size
in class ExcelRowColumnCellCollectionBase
© GemBox d.o.o. — All rights reserved.