Returns an object that iterates through the collection.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Iterator<Cell> iterator () |
An Iterator that can be used to iterate through the collection.
RemarksThe returned enumerator iterates only though the cells that are not blank.
See Also