MindFusion.Java Package Programmer's Guide
CellCollection.iterator Method
See Also
 






Returns an object that iterates through the collection.

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

 Syntax

Java  Copy Code

public Iterator<Cell> iterator ()

 Return Value

An Iterator that can be used to iterate through the collection.

 Remarks

The returned enumerator iterates only though the cells that are not blank.

 See Also

CellCollection Members
CellCollection Class
com.mindfusion.spreadsheet Namespace