Search
RowRange.getEnumerator Method
See Also
 






Returns an iterator object that can be used to iterate through the rows in the range.

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

 Syntax

Java  Copy Code

public Iterator<Row> getEnumerator ()

 Return Value

An Iterator<Row> object that can be used to iterate through the rows in the range.

 See Also