Search
CellRange.iterator Method
See Also
 






Returns an enumerator object that can be used to iterate through the cells in the range.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Iterator<Cell> iterator ()

 Return Value

An object that can be used to iterate through the cells in the range.

 See Also