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