Search
RowCollection.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<Row> iterator ()

 Return Value

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

 See Also