CellEnumerator

CellEnumerator class

Iterator of Cell objects. Please use for…of statement to iterate over them.

class CellEnumerator implements Iterable<Cell> {
    [Symbol.iterator](): Iterator<Cell>;
}