Returns an object that iterates through the collection.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
public Iterator<Cell> iterator () |
An Iterator that can be used to iterate through the collection.
The returned enumerator iterates only though the cells that are not blank.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |