Returns an object that iterates through the collection.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Iterator<Row> iterator () |
An Iterator that can be used to iterate through the collection.
See Also