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